Por: Nick G.
Inspect and view changes in Simple Custom CSS source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Custom CSS",
"version": "1.0.6",
"description": "Inject custom CSS in pages",
"permissions": [
"storage",
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icons/favicon.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end",
"match_about_blank": true,
"all_frames": true
}
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"48": "icons/favicon.png",
"96": "icons/faviconMiddle.png",
"128": "icons/faviconBig.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{f363773b-7607-45e8-80c8-aeefbea98e79}",
"strict_min_version": "58.0"
}
},
"manifest_version": 3
} Mejores alternativas Simple Custom CSS
Aquí hay algunas Firefox add-ons que son similares a Simple Custom CSS:
Custom CSS rules
sina
CSS Override
swcolegrove
Your Custom Css
Bekurkes
Custom Style
cywu
Site Customizer
Andrew H.
Per-Domain User CSS
ArachnidFight
EasyStyle
script.js
CSS Edit
keyser
Site customizer
Rico
afore-css
khristopher pineda
Per-Site CSS Injector
matt chavoshi
CSS Injector
Francesco De Stefano