Promute

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

Hvad er Promute?

Promute er en Chrome-udvidelse udviklet af wolfgang.werner, og dens hovedfunktion er "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.".

Udvidelsesskærmbilleder

screenshot

Download Promute-udvidelses-CRX-fil

Download Promute-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Promute Promute
ID jcglghjinanokeldhiebokopnoppbnnn
Officiel URL https://chromewebstore.google.com/detail/promute/jcglghjinanokeldhiebokopnoppbnnn
Beskrivelse Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.
Filstørrelse 26.1 KB
Antal Installationer 37
Nuværende Version 1.0.10
Senest Opdateret 2023-08-29
Udgivelsesdato 2020-12-25
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler wolfgang.werner
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/wwerner/promute
Hjælpeside-URL https://github.com/wwerner/promute/issues
Understøttede Sprog 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"
            ]
        }
    ]
}