Inspect and view changes in Gmx Link Fixer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Gmx Link Fixer",
"version": "0.1",
"description": "Fix the links from Gmx.",
"permissions": [
"*://deref-gmx.net/*"
],
"icons": {
"48": "/images/GLF_icon_48.png",
"96": "/images/GLF_icon_96.png"
},
"content_scripts": [
{
"matches": [
"*://deref-gmx.net/*"
],
"js": [
"content/main.js"
]
}
]
}