Twitter Promotion Blocker

Twitterのタイムライン上のプロモーションを非表示にする

Cos'è Twitter Promotion Blocker?

Twitter Promotion Blocker è un'estensione di Chrome sviluppata da loach, e la sua funzione principale è "Twitterのタイムライン上のプロモーションを非表示にする".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter Promotion Blocker

Scarica i file di estensione Twitter Promotion 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

                        Hide promotions on the Twitter timeline                    

Informazioni di Base sull'Estensione

Nome Twitter Promotion Blocker Twitter Promotion Blocker
ID lkihdcghldecfaijmejlddmgkljlfdgb
URL Ufficiale https://chromewebstore.google.com/detail/twitter-promotion-blocker/lkihdcghldecfaijmejlddmgkljlfdgb
Descrizione Twitterのタイムライン上のプロモーションを非表示にする
Dimensione del File 6.21 KB
Conteggio Installazioni 66
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-09-13
Data di Pubblicazione 2020-09-13
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore loach
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Promotion Blocker",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Twitter\u306e\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u4e0a\u306e\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u306b\u3059\u308b",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}