Inspect and view changes in JS Injector-fix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "JS Injector-改",
"short_name": "JS{I}",
"description": "基于@JS Injector-1.0 修改,修复自定义脚本过长无法生效问题。Inject JavaScript custom code into every webpage (e.g. to help with debugging).",
"version": "1.0.2",
"permissions": [
"storage",
"activeTab"
],
"icons": {
"16": "assets/icon16.png",
"48": "assets/icon48.png",
"128": "assets/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "assets/icon16.png"
}
},
"background": {
"scripts": [
"js/lib/jquery-3.4.1.js",
"js/storage.js",
"bg.js"
]
},
"applications": {
"gecko": {
"id": "jsinject@fix1",
"strict_min_version": "57.0"
}
},
"options_ui": {
"page": "options.html",
"browser_style": true,
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"run_at": "document_end",
"js": [
"content.js"
]
}
]
} Best JS Injector-fix Alternatives
Here are some Firefox add-ons that are similar to JS Injector-fix: