Promoted Tweet Blocker for Twitter

Blocks Twitter promoted tweets from showing up on your timeline.

Cos'è Promoted Tweet Blocker for Twitter?

Promoted Tweet Blocker for Twitter è un'estensione di Chrome sviluppata da obipoketbobo, e la sua funzione principale è "Blocks Twitter promoted tweets from showing up on your timeline.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Promoted Tweet Blocker for Twitter

Scarica i file di estensione Promoted Tweet Blocker for Twitter 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

                        Hides all Twitter promoted tweets that interrupt your Twitter experience.                    

Informazioni di Base sull'Estensione

Nome Promoted Tweet Blocker for Twitter Promoted Tweet Blocker for Twitter
ID epkkfgpbaehkidangmlmgkkiildlmded
URL Ufficiale https://chromewebstore.google.com/detail/promoted-tweet-blocker-fo/epkkfgpbaehkidangmlmgkkiildlmded
Descrizione Blocks Twitter promoted tweets from showing up on your timeline.
Dimensione del File 43.99 KB
Conteggio Installazioni 175
Versione Corrente 1.3
Ultimo Aggiornamento 2021-05-02
Data di Pubblicazione 2021-05-02
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore obipoketbobo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Promoted Tweet Blocker for Twitter",
    "short_name": "Promoted Tweet Blocker",
    "description": "Blocks Twitter promoted tweets from showing up on your timeline.",
    "browser_action": {
        "default_icon": "128.png"
    },
    "version": "1.3",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ]
        }
    ]
}