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__",
"version": "1.2.7",
"description": "__MSG_extDescription__",
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAskBfNn4Ob6L1bfANcytpovG\/6+hsNX9Qd4+SRAnQPD8W0AOh8PpPxA56rCNX4bdW5yI2NTT7wnYqM0ZNwdJxDbArHbV5j5pRXM29udUjImggMZaKEMopoBDO8OgDVDvOP1v517o9DNB9+8q6LAzQBahuJhQ4x0Qb621ACO5yg6LInd0pvrbgldCELFlHtmXmIj0Bh7Ohwyn3c\/xzhiwOoNQJ4CK6yLy4HVHnJ0y5UFgydjvt82NUpRk18VFOU+iL1JVGKTGGwVlkcbR8TYhbly6jH1WVCzYE37wtwlBZSvhPLm1X90pra2TbJOqyUX+sTcBk2anbEisOgnAb9Mf3XQIDAQAB",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage",
"tabs",
"scripting",
"identity"
],
"host_permissions": [
"https:\/\/www.youtube.com\/*",
"https:\/\/returnyoutubedislikeapi.com\/*",
"https:\/\/www.google.com\/*",
"https:\/\/www.googleapis.com\/*",
"https:\/\/gemini.google.com\/*"
],
"action": {
"default_popup": "popup\/popup.html"
},
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"css": [
"core\/nativeMenu\/nativeMenu.css",
"features\/custom-button.css",
"features\/speedControl\/speedControl.css",
"features\/abRepeat\/abRepeat.css",
"features\/rightComments\/rightComments.css",
"features\/videoOCR\/videoOCR.css",
"features\/videoZoom\/videoZoom.css",
"features\/elementAdder\/elementAdder.css",
"features\/chapterList\/chapterList.css",
"features\/timestampPreview\/timestampPreview.css",
"features\/dragSeek\/dragSeek.css",
"features\/alwaysProgressBar\/alwaysProgressBar.css",
"features\/accountSwitcher\/accountSwitcher.css",
"features\/liveViewer\/liveViewer.css",
"features\/liveViewer\/send.css",
"features\/videocardResizer\/videocardResizer.css",
"features\/autoScrollShorts\/autoScrollShorts.css",
"features\/returnDislike\/returnDislike.css",
"features\/commentTemplate\/commentTemplate.css",
"features\/commentSearch\/commentSearch.css",
"features\/stickyPlayer\/stickyPlayer.css",
"features\/googleSearch\/googleSearch.css",
"features\/videoSummarizer\/videoSummarizer.css",
"features\/debug\/debug.css"
],
"js": [
"core\/nativeMenu\/nativeMenu.js",
"core\/preventScrollGrid\/preventScrollGrid.js",
"features\/speedControl\/speedControl.js",
"features\/volumeBoost\/volumeBoost.js",
"features\/brightnessControl\/brightnessControl.js",
"features\/autoTheater\/autoTheater.js",
"features\/abRepeat\/abRepeat.js",
"features\/rightComments\/rightComments.js",
"features\/videoOCR\/videoOCR.js",
"features\/elementAdder\/elementAdder.js",
"features\/videoZoom\/videoZoom.js",
"features\/autoSortComments\/autoSortComments.js",
"features\/chapterList\/chapterList.js",
"features\/timestampPreview\/timestampPreview.js",
"features\/commentTemplate\/commentTemplate.js",
"features\/commentSearch\/commentSearch.js",
"features\/stickyPlayer\/stickyPlayer.js",
"features\/alwaysProgressBar\/alwaysProgressBar.js",
"features\/accountSwitcher\/accountSwitcher.js",
"features\/dragSeek\/dragSeek.js",
"features\/liveViewer\/liveViewer.js",
"features\/liveViewer\/send.js",
"features\/videocardResizer\/videocardResizer.js",
"features\/autoScrollShorts\/autoScrollShorts.js",
"features\/returnDislike\/returnDislike.js",
"features\/elementHider\/elementHider.js",
"features\/googleSearch\/googleSearch.js",
"features\/videoSummarizer\/videoSummarizer.js",
"features\/meh\/meh.js",
"features\/debug\/debug.js",
"main.js"
],
"run_at": "document_idle"
},
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"features\/autoQuality\/autoQuality_loader.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"features\/autoQuality\/autoQuality.js",
"features\/autoTheater\/autoTheater.js",
"features\/liveViewer\/liveViewer_injected.js",
"features\/liveViewer\/liveViewer_archive.js",
"svg\/*.svg",
"icons\/*.png"
],
"matches": [
"*:\/\/*.youtube.com\/*"
]
}
]
}