Twitter demusked: Remove analytics view count

Declutter your twitter, remove analytics count

Co to jest Twitter demusked: Remove analytics view count?

Twitter demusked: Remove analytics view count to rozszerzenie Chrome opracowane przez Superimposed Apps, a jego główną funkcją jest „Declutter your twitter, remove analytics count”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitter demusked: Remove analytics view count

Pobierz pliki rozszerzeń Twitter demusked: Remove analytics view count 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

                        Removes the X logo & view count from the Twitter web UI                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitter demusked: Remove analytics view count Twitter demusked: Remove analytics view count
ID jmkaeeijenkfgmnookmblbonldnhgnci
Oficjalny URL https://chromewebstore.google.com/detail/twitter-demusked-remove-a/jmkaeeijenkfgmnookmblbonldnhgnci
Opis Declutter your twitter, remove analytics count
Rozmiar pliku 219 KB
Liczba instalacji 25
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-07-25
Data Publikacji 2022-12-25
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Superimposed Apps
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",
    "manifest_version": 3,
    "name": "Twitter demusked: Remove analytics view count",
    "description": "Declutter your twitter, remove analytics count",
    "version": "1.2",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "twitter.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ]
}