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": "__MSG_extName__",
"default_locale": "en",
"description": "__MSG_extDescription__",
"version": "3.7.2",
"action": {
"default_popup": "index.html"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"js": [
"assets\/content-script-loader.content.ts.44ce3ab9.a777164c.js"
],
"matches": [
"https:\/\/*.youtube.com\/*"
],
"css": [
"assets\/content.ts.fcaa6ecc.css"
]
}
],
"icons": {
"16": "src\/assets\/icons\/bys-16.png",
"32": "src\/assets\/icons\/bys-32.png",
"48": "src\/assets\/icons\/bys-48.png",
"128": "src\/assets\/icons\/bys-128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"resources": [
"assets\/browser.cf86e89d.js",
"assets\/retrieveFromStorage.7e5bd4fa.js",
"assets\/content.ts.44ce3ab9.js"
],
"use_dynamic_url": true
}
]
}