By: Gidarai
Inspect and view changes in Sakura - Custom JS & CSS source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Sakura - Custom JS & CSS",
"version": "1.0.0",
"description": "User script manager that lets you inject your own JavaScript and CSS into websites matching URL patterns you define.",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"permissions": [
"storage",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contentScript.js"
],
"run_at": "document_idle"
}
],
"options_ui": {
"page": "options.html",
"browser_style": false,
"open_in_tab": true
},
"browser_action": {
"default_title": "Sakura - Custom JS & CSS"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "sakura@example.com",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Sakura - Custom JS & CSS Alternatives
Here are some Firefox add-ons that are similar to Sakura - Custom JS & CSS:
UserScript Pro: Custom JS & CSS
aitchess
Script Runner
ankur1218
User Script Loader
userscript
User Script Loader
user_script_loader
Style Engine – Custom CSS & JavaScript
Glitchid
Custom CSS rules
sina
CSS Edit
keyser
ScriptCat
王一之
Custom Style Script
Milen
User JavaScript and CSS KL
Melvin Reed
Content Scripts Extension
sohail
Smart Script Manager
Victoria