Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Cookie Check for YouTube\u2122",
"version": "0.0.8",
"author": "Clay Smith",
"short_name": "YouTube Cookie Check",
"homepage_url": "http:\/\/google.com",
"default_locale": "en",
"description": "A plain text description",
"icons": {
"19": "images\/19.png",
"38": "images\/38.png",
"64": "images\/64.png",
"128": "images\/128.png"
},
"permissions": [
"cookies",
"webNavigation",
"tabs",
"browsingData"
],
"host_permissions": [
"*:\/\/*.youtube.com\/*"
],
"storage": {
"managed_schema": "schema.json"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"*:\/\/*.youtube.com\/*"
],
"exclude_matches": [],
"js": [
"js\/jquery.js",
"contentscript.js"
]
}
]
}