Inspect and view changes in DeArrow - Better Titles and Thumbnails on YouTube source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__MSG_deArrowFullName__",
"short_name": "DeArrow",
"version": "2.0.7",
"default_locale": "en",
"description": "__MSG_deArrowDescription__",
"homepage_url": "https://dearrow.ajay.app",
"permissions": [
"storage",
"unlimitedStorage",
"alarms",
"https://sponsor.ajay.app/*",
"https://dearrow-thumb.ajay.app/*",
"https://*.googlevideo.com/*",
"https://*.youtube.com/*",
"https://www.youtube-nocookie.com/embed/*",
"scripting"
],
"icons": {
"16": "icons/logo-16.png",
"32": "icons/logo-32.png",
"64": "icons/logo-64.png",
"128": "icons/logo-128.png",
"256": "icons/logo-256.png",
"512": "icons/logo-512.png",
"1024": "icons/logo-1024.png"
},
"options_ui": {
"page": "options/options.html",
"open_in_tab": true
},
"web_accessible_resources": [
"icons/refresh.svg",
"icons/logo.svg",
"js/document.js",
"js/options.js",
"js/popup.js",
"popup.css",
"shared.css",
"help.html",
"help.css",
"icons/logo-16.png",
"icons/logo-32.png",
"icons/logo-64.png",
"icons/logo-128.png",
"icons/logo-256.png",
"icons/logo-2r.svg",
"icons/logo-casual.svg",
"icons/close.png",
"icons/add.svg",
"icons/remove.svg"
],
"optional_permissions": [
"*://*/*"
],
"browser_action": {
"default_title": "DeArrow",
"default_popup": "popup.html",
"default_icon": {
"16": "icons/logo-16.png",
"32": "icons/logo-32.png",
"64": "icons/logo-64.png",
"128": "icons/logo-128.png"
},
"theme_icons": [
{
"light": "icons/logo-16.png",
"dark": "icons/logo-16.png",
"size": 16
},
{
"light": "icons/logo-32.png",
"dark": "icons/logo-32.png",
"size": 32
},
{
"light": "icons/logo-64.png",
"dark": "icons/logo-64.png",
"size": 64
},
{
"light": "icons/logo-128.png",
"dark": "icons/logo-128.png",
"size": 128
},
{
"light": "icons/logo-256.png",
"dark": "icons/logo-256.png",
"size": 256
},
{
"light": "icons/logo-512.png",
"dark": "icons/logo-512.png",
"size": 512
},
{
"light": "icons/logo-1024.png",
"dark": "icons/logo-1024.png",
"size": 1024
}
],
"default_area": "navbar"
},
"background": {
"scripts": [
"./js/background.js"
],
"persistent": false
},
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "deArrow@ajay.app",
"strict_min_version": "102.0"
},
"gecko_android": {
"strict_min_version": "113.0"
}
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https://*.youtube.com/*",
"https://www.youtube-nocookie.com/embed/*"
],
"all_frames": true,
"js": [
"./js/documentScriptInjector.js"
],
"css": [
"content.css",
"shared.css"
]
}
]
}