Inspect and view changes in Content Scripts Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Content Scripts Extension",
"version": "1.0",
"description": "Injects custom scripts and styles into web pages",
"icons": {
"48": "logo.png"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{cdb420ea-2f0e-4f2f-9ac7-869191dd7833}"
}
}
} 최고의 Content Scripts Extension 대안
다음은 Content Scripts Extension과(와) 유사한 Firefox add-on입니다:
Custom Style Script
Milen
User Scripts Manager
X X
Script Runner
ankur1218
Customizer styles and scripts
Rico
Custom Site JS
David Hicken
Code Injector Pro
Mathilda
ScriptCat
王一之
ScriptCat Beta
王一之
CSS Edit
keyser
MyEpiPlus
Ilan LP
Greasemonkey
Anthony Lieuallen
ABC JS-CSS Injector
ABCeLearning