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": "Clean YouTube Search",
"description": "Remove Shorts, For you, People also watched, and more from YouTube's search results.",
"version": "1.5",
"permissions": [
"activeTab",
"tabs",
"background",
"storage"
],
"host_permissions": [
"https:\/\/www.youtube.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default-popup": "popup.html",
"default_icon": {
"16": "Icons\/youtube_16.png",
"48": "Icons\/youtube_48.png",
"128": "Icons\/youtube_128.png"
}
},
"icons": {
"16": "Icons\/youtube_16.png",
"48": "Icons\/youtube_48.png",
"128": "Icons\/youtube_128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"animate.css"
],
"js": [
"content_script.js"
]
}
]
}