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": "Hide Shorts and Reels",
"version": "2.0",
"description": "Removes distracting YouTube shorts and Instagram reels",
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.instagram.com\/*"
],
"css": [
"styles.css"
],
"js": [
"content.js"
]
}
],
"icons": {
"48": "\/images\/hide-shorts-48x48.png",
"128": "\/images\/hide-shorts-128x128.png"
}
}