Checkmate - Verified Twitter

See who's verified on Twitter for $0 / month.

Co to jest Checkmate - Verified Twitter?

Checkmate - Verified Twitter to rozszerzenie Chrome opracowane przez Inti De Ceukelaire, a jego główną funkcją jest „See who's verified on Twitter for $0 / month.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Checkmate - Verified Twitter

Pobierz pliki rozszerzeń Checkmate - Verified Twitter 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 adds back the blue check mark for all verified Twitter users (last snapshot at Nov 1, 2022). If the extension spots that a blue check mark has been removed, it will add it back.

Note that as long as Elon Musk has not started to revoke verified badges, this extension will not have any visible effects.                    

Podstawowe informacje o rozszerzeniu

Nazwa Checkmate - Verified Twitter Checkmate - Verified Twitter
ID nbnijmocgfgnjcliceahehmfggadfmfl
Oficjalny URL https://chromewebstore.google.com/detail/checkmate-verified-twitte/nbnijmocgfgnjcliceahehmfggadfmfl
Opis See who's verified on Twitter for $0 / month.
Rozmiar pliku 2.92 MB
Liczba instalacji 80
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-11-03
Data Publikacji 2022-11-02
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper Inti De Ceukelaire
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://kb.intigriti.com/en/articles/5666157-general-privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Checkmate - Verified Twitter",
    "description": "See who's verified on Twitter for $0 \/ month.",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "start.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}