Twitter View Hider

Automatically hide view counts of tweets in your timeline

Co to jest Twitter View Hider?

Twitter View Hider to rozszerzenie Chrome opracowane przez Adrien Minne, a jego główną funkcją jest „Automatically hide view counts of tweets in your timeline”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitter View Hider

Pobierz pliki rozszerzeń Twitter View Hider 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

                        This extension hides the view count that was recently added on the tweets of your timeline.                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitter View Hider Twitter View Hider
ID mmoiilglckpgboidkcedhkhmimmeblml
Oficjalny URL https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml
Opis Automatically hide view counts of tweets in your timeline
Rozmiar pliku 11.32 KB
Liczba instalacji 35
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-12-25
Data Publikacji 2022-12-25
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper Adrien Minne
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter View Hider",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Automatically hide view counts of tweets in your timeline",
    "permissions": [],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "web_accessible_resources": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}