Promute

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

Was ist Promute?

Promute ist eine Chrome-Erweiterung, die von wolfgang.werner entwickelt wurde, und ihr Hauptmerkmal ist "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.".

Erweiterungsscreenshots

screenshot

Promute-Erweiterungs-CRX-Datei herunterladen

Laden Sie Promute-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Promute Promute
ID jcglghjinanokeldhiebokopnoppbnnn
Offizielle URL https://chromewebstore.google.com/detail/promute/jcglghjinanokeldhiebokopnoppbnnn
Beschreibung Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.
Dateigröße 26.1 KB
Installationsanzahl 37
Aktuelle Version 1.0.10
Letztes Update 2023-08-29
Veröffentlichungsdatum 2020-12-25
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler wolfgang.werner
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/wwerner/promute
Hilfeseite URL https://github.com/wwerner/promute/issues
Unterstützte Sprachen 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"
            ]
        }
    ]
}