Promute

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

Co to jest Promute?

Promute to rozszerzenie Chrome opracowane przez wolfgang.werner, a jego główną funkcją jest „Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Promute

Pobierz pliki rozszerzeń Promute w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Promute Promute
ID jcglghjinanokeldhiebokopnoppbnnn
Oficjalny URL https://chromewebstore.google.com/detail/promute/jcglghjinanokeldhiebokopnoppbnnn
Opis Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.
Rozmiar pliku 26.1 KB
Liczba instalacji 37
Aktualna Wersja 1.0.10
Ostatnia Aktualizacja 2023-08-29
Data Publikacji 2020-12-25
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper wolfgang.werner
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/wwerner/promute
Adres URL Strony Pomocy https://github.com/wwerner/promute/issues
Obsługiwane Języki 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"
            ]
        }
    ]
}