By: 99vina
Inspect and view changes in Anime Focus Mode New source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Anime Focus Mode",
"version": "1.1",
"description": "A browser extension to enhance focus with an anime theme",
"permissions": [
"webRequest",
"webRequestBlocking",
"<all_urls>",
"tabs",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icons/icon48.png"
},
"icons": {
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{1d346179-c45f-4607-952b-4bca81a1ed94}"
}
}
} Best Anime Focus Mode New Alternatives
Here are some Firefox add-ons that are similar to Anime Focus Mode New: