Hide Ads For OfferUp

Hide ads in OfferUp search results.

Cos'è Hide Ads For OfferUp?

Hide Ads For OfferUp è un'estensione di Chrome sviluppata da Nibir Bora, e la sua funzione principale è "Hide ads in OfferUp search results.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hide Ads For OfferUp

Scarica i file di estensione Hide Ads For OfferUp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hide Ads For OfferUp Hide Ads For OfferUp
ID ddbnmpjfkgepndpglclikflamdlmbgae
URL Ufficiale https://chromewebstore.google.com/detail/hide-ads-for-offerup/ddbnmpjfkgepndpglclikflamdlmbgae
Descrizione Hide ads in OfferUp search results.
Dimensione del File 3.85 KB
Conteggio Installazioni 265
Versione Corrente 0.0.1
Ultimo Aggiornamento 2020-04-26
Data di Pubblicazione 2020-04-26
Valutazione 1.25/5 Totale 4 Valutazioni
Sviluppatore Nibir Bora
Tipo di Pagamento free
Lingue Supportate 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"
}