No Promoted - Twitter Ad Blocker

An extension to remove promoted tweets, ads on Twitter

Cos'è No Promoted - Twitter Ad Blocker?

No Promoted - Twitter Ad Blocker è un'estensione di Chrome sviluppata da https://cagataypalaz.com, e la sua funzione principale è "An extension to remove promoted tweets, ads on Twitter".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione No Promoted - Twitter Ad Blocker

Scarica i file di estensione No Promoted - Twitter Ad 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

                        No Promoted is an ad blocker for Twitter. It automatically hides/removes the promoted tweets and accounts.

How to use?
No Promoted is easy to use extension. Just add your browser and activate it by clicking the extension icon on the top.

Requirements?
None! There're no requirements to use this extension. It's free to use and no signup required.

Language support?
Only English is supported at the moment, other languages will be supported soon.

For requests and support please join my Discord support server
https://discord.gg/eutMDUWPwU                    

Informazioni di Base sull'Estensione

Nome No Promoted - Twitter Ad Blocker No Promoted - Twitter Ad Blocker
ID nbpbiadehdooghgohmhfkkmambcnccbk
URL Ufficiale https://chromewebstore.google.com/detail/no-promoted-twitter-ad-bl/nbpbiadehdooghgohmhfkkmambcnccbk
Descrizione An extension to remove promoted tweets, ads on Twitter
Dimensione del File 16.16 KB
Conteggio Installazioni 36
Versione Corrente 1.1
Ultimo Aggiornamento 2022-06-21
Data di Pubblicazione 2022-06-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://cagataypalaz.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://discord.gg/eutMDUWPwU
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Promoted - Twitter Ad Blocker",
    "description": "An extension to remove promoted tweets, ads on Twitter",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}