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,
"default_locale": "uk",
"name": "__MSG_extension_name__",
"version": "0.1.17",
"description": "__MSG_extension_description__",
"icons": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/www.youtube.com\/*",
"https:\/\/youtube.com\/*"
],
"world": "MAIN",
"css": [
"assets\/ytx-core.style.css",
"assets\/ytx-popup.css",
"assets\/ytx-compact-video-payer.css",
"assets\/ytx-channel-renderer.css",
"assets\/ytx-short-reels.css",
"assets\/ytx-video-banner.style.css",
"assets\/ytx-video-renderer.css",
"assets\/ytx-watch-page.css"
],
"js": [
"ytx.index.js"
]
}
],
"permissions": []
}