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": "Restore YouTube Shorts Block Channel",
"version": "1.1",
"description": "Restores 'Do Not Recommend this channel' button for YouTube Shorts by adding a block icon above the like button.",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/shorts\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
}