제작자: Andres Rodriguez Add-on
Inspect and view changes in Manual Code Injector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"permissions": [
"<all_urls>",
"activeTab",
"storage",
"tabs",
"unlimitedStorage"
],
"browser_specific_settings": {
"gecko": {
"id": "@manualcodeinjector",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"browser_action": {
"browser_style": true,
"default_icon": "icon-32.png",
"default_popup": "src/popup/index.html",
"default_title": "ManualCodeInjector"
},
"options_ui": {
"browser_style": true,
"open_in_tab": true,
"page": "src/options/index.html"
},
"background": {
"scripts": [
"src/background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src/main.js"
]
}
],
"name": "Manual Code Injector",
"description": "Inject personal code using customizable hotkeys",
"version": "1.3.0"
} 최고의 Manual Code Injector 대안
다음은 Manual Code Injector과(와) 유사한 Firefox add-on입니다: