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": "Filter Promoted - Reddit",
"description": "Hides all promoted posts an reddit.",
"version": "1.0.1",
"author": {
"email": "[email protected]"
},
"icons": {
"16": "images\/FilterPromoted-16x16.png",
"32": "images\/FilterPromoted-32x32.png",
"48": "images\/FilterPromoted-48x48.png",
"128": "images\/FilterPromoted-128x128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.reddit.com\/*",
"*:\/\/reddit.com\/**"
],
"js": [
"scripts\/content.js"
]
}
],
"action": {
"default_icon": "images\/FilterPromoted.png"
},
"permissions": [
"activeTab",
"scripting"
]
}