Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Filter Promoted - Quora",
"description": "Hides all promoted posts an Quora.",
"version": "1.0.0",
"author": {
"email": "[email protected]"
},
"icons": {
"16": "images\/FilterPromoted-Quora-16x16.png",
"32": "images\/FilterPromoted-Quora-32x32.png",
"48": "images\/FilterPromoted-Quora-48x48.png",
"128": "images\/FilterPromoted-Quora-128x128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.quora.com\/*",
"*:\/\/quora.com\/**"
],
"js": [
"scripts\/content.js"
]
}
],
"action": {
"default_icon": "images\/FilterPromoted-Quora-full.png"
},
"permissions": [
"activeTab",
"scripting"
]
}