Promute

Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.

Cos'è Promute?

Promute è un'estensione di Chrome sviluppata da wolfgang.werner, e la sua funzione principale è "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Promute

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

                        Promute is a Chrome Extension that automatically mutes twitter accounts sending promotions to your timeline as you scroll by.

It does the simplest thing that could possibly work.
Within a scroll listener, it ...
* ... identifies promoted tweets by the 'Ad' label at the top of the tweet,
* ... opens the tweets context menu,
* ... and clicks the mute button                    

Informazioni di Base sull'Estensione

Nome Promute Promute
ID jcglghjinanokeldhiebokopnoppbnnn
URL Ufficiale https://chromewebstore.google.com/detail/promute/jcglghjinanokeldhiebokopnoppbnnn
Descrizione Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.
Dimensione del File 26.1 KB
Conteggio Installazioni 37
Versione Corrente 1.0.10
Ultimo Aggiornamento 2023-08-29
Data di Pubblicazione 2020-12-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore wolfgang.werner
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/wwerner/promute
URL della Pagina di Aiuto https://github.com/wwerner/promute/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Promute",
    "manifest_version": 2,
    "version": "1.0.10",
    "description": "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.",
    "icons": {
        "16": ".\/logo_16.png",
        "48": ".\/logo_48.png",
        "128": ".\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "promute.js"
            ]
        }
    ]
}