Social Sponsored Ads Blocker

Removes sponsored / promoted social ads content on Facebook, Twitter, LinkedIn, and Reddit.

Cos'è Social Sponsored Ads Blocker?

Social Sponsored Ads Blocker è un'estensione di Chrome sviluppata da wilbert_abreu, e la sua funzione principale è "Removes sponsored / promoted social ads content on Facebook, Twitter, LinkedIn, and Reddit.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Social Sponsored Ads Blocker

Scarica i file di estensione Social Sponsored Ads Blocker 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

                        We're all the product and the user on these social platforms, so this chrome extension aims to dynamically remove all "sponsored" / "promoted" posts / ads from Twitter, Facebook, LinkedIn, and Reddit. Let's take some power back.                    

Informazioni di Base sull'Estensione

Nome Social Sponsored Ads Blocker Social Sponsored Ads Blocker
ID cefgndhbngdogmalpnhnidnnlkmbicig
URL Ufficiale https://chromewebstore.google.com/detail/social-sponsored-ads-bloc/cefgndhbngdogmalpnhnidnnlkmbicig
Descrizione Removes sponsored / promoted social ads content on Facebook, Twitter, LinkedIn, and Reddit.
Dimensione del File 53.16 KB
Conteggio Installazioni 330
Versione Corrente 4.0.10
Ultimo Aggiornamento 2021-12-05
Data di Pubblicazione 2019-12-27
Valutazione 4.14/5 Totale 7 Valutazioni
Sviluppatore wilbert_abreu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Social Sponsored Ads Blocker",
    "description": "Removes sponsored \/ promoted social ads content on Facebook, Twitter, LinkedIn, and Reddit.",
    "version": "4.0.10",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": ""
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/www.reddit.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "removeSponsoredPosts.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}