Hide Twitter Promotion

Hide Twitter Promotion

Cos'è Hide Twitter Promotion?

Hide Twitter Promotion è un'estensione di Chrome sviluppata da Dongri Jin, e la sua funzione principale è "Hide Twitter Promotion".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hide Twitter Promotion

Scarica i file di estensione Hide Twitter Promotion 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 Twitter Promotion is used to automatically remove promoted posts on Twitter Timeline                    

Informazioni di Base sull'Estensione

Nome Hide Twitter Promotion Hide Twitter Promotion
ID bpiehgdmajooljhbeekiphmbphdbmjcc
URL Ufficiale https://chromewebstore.google.com/detail/hide-twitter-promotion/bpiehgdmajooljhbeekiphmbphdbmjcc
Descrizione Hide Twitter Promotion
Dimensione del File 49.19 KB
Conteggio Installazioni 23
Versione Corrente 0.0.3
Ultimo Aggiornamento 2021-05-03
Data di Pubblicazione 2020-03-06
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Dongri Jin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Twitter Promotion",
    "version": "0.0.3",
    "description": "Hide Twitter Promotion",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/home",
                "https:\/\/www.twitter.com\/home"
            ],
            "js": [
                "jquery.min.js",
                "block.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}