Hide Ads For OfferUp

Hide ads in OfferUp search results.

What is Hide Ads For OfferUp?

Hide Ads For OfferUp is a Chrome extension developed by Nibir Bora, and its main feature is "Hide ads in OfferUp search results.".

Extension Screenshots

screenshot

Download Hide Ads For OfferUp Extension CRX File

Download Hide Ads For OfferUp 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

                        Hide Ads For OfferUp will remove ads from the list of search results on offerup.com. The current version requires the user to click a "Hide Ads!" button, but future versions of this extension will automatically hide ads.                    

Extension Basic Information

Name Hide Ads For OfferUp Hide Ads For OfferUp
ID ddbnmpjfkgepndpglclikflamdlmbgae
Official URL https://chromewebstore.google.com/detail/hide-ads-for-offerup/ddbnmpjfkgepndpglclikflamdlmbgae
Description Hide ads in OfferUp search results.
File Size 3.85 KB
Installation Count 265
Current Version 0.0.1
Last Updated 2020-04-26
Publish Date 2020-04-26
Rating 1.25/5 Total 4 Ratings
Developer Nibir Bora
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/offerup.com\/search\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "description": "Hide ads in OfferUp search results.",
    "manifest_version": 2,
    "name": "Hide Ads For OfferUp",
    "permissions": [
        "tabs"
    ],
    "version": "0.0.1"
}