Promute

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

Vad är Promute?

Promute är en Chrome-tillägg utvecklad av wolfgang.werner, och dess huvudfunktion är "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.".

Tilläggsskärmbilder

screenshot

Ladda ner Promute-förlängningens CRX-fil

Ladda ner Promute-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Promute Promute
ID jcglghjinanokeldhiebokopnoppbnnn
Officiell webbadress https://chromewebstore.google.com/detail/promute/jcglghjinanokeldhiebokopnoppbnnn
Beskrivning Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.
Filstorlek 26.1 KB
Antal Installationer 37
Aktuell Version 1.0.10
Senast Uppdaterad 2023-08-29
Publiceringsdatum 2020-12-25
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare wolfgang.werner
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/wwerner/promute
Hjälpsida URL https://github.com/wwerner/promute/issues
Stödda Språk 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"
            ]
        }
    ]
}