Inspect and view changes in YTCool 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": "YTCool",
"description": "Beautifies YouTube in a way.",
"version": "2.0",
"author": "Arkinetic",
"browser_specific_settings": {
"gecko": {
"id": "{daf44bf7-a45e-4350-979c-91cf07434c3d}"
}
},
"content_scripts": [
{
"matches": [
"https://*.youtube.com/*"
],
"run_at": "document_start",
"css": [
"style.css"
]
}
],
"action": {},
"permissions": [
"activeTab"
],
"icons": {
"64": "/icons/ico_512.png"
},
"manifest_version": 3
}