Hide Quora Ads
Hides all sponsered/ promoted ads from quora
What is Hide Quora Ads?
Hide Quora Ads is a Chrome extension developed by prash471, and its main feature is "Hides all sponsered/ promoted ads from quora".
Extension Screenshots
Download Hide Quora Ads Extension CRX File
Download Hide Quora Ads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Following items will be removed from your Quora screen 1. Sponsored Items 2. Promoted Items 3. Ads from multiple websites 4. Sticky flash ads
Extension Basic Information
Name | |
ID | jlhljjogoohbhimgpieppcefdemficbo |
Official URL | https://chrome.google.com/webstore/detail/hide-quora-ads/jlhljjogoohbhimgpieppcefdemficbo |
Description | Hides all sponsered/ promoted ads from quora |
File Size | 34.79 KB |
Installation Count | 117 |
Current Version | 1.3 |
Last Updated | 2020-09-20 |
Publish Date | 2020-09-06 |
Rating | 4.80/5 Total 5 Ratings |
Developer | prash471 |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hide Quora Ads", "description": "Hides all sponsered\/ promoted ads from quora", "version": "1.3", "icons": { "128": "quoraGreen.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.quora.com\/*" ], "js": [ "hideAds.js" ] } ] } |