RealTwit - See Real Twitter Blue Checkmarks

See who's really verified on Twitter

Co to jest RealTwit - See Real Twitter Blue Checkmarks?

RealTwit - See Real Twitter Blue Checkmarks to rozszerzenie Chrome opracowane przez https://realtwit.org, a jego główną funkcją jest „See who's really verified on Twitter”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia RealTwit - See Real Twitter Blue Checkmarks

Pobierz pliki rozszerzeń RealTwit - See Real Twitter Blue Checkmarks 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

                        See who is actually verified and who paid on Twitter.

Twitter removed legacy verification on 4/20/23 and RealTwit brings back the old experience everyone loved and trusted.                    

Podstawowe informacje o rozszerzeniu

Nazwa RealTwit - See Real Twitter Blue Checkmarks RealTwit - See Real Twitter Blue Checkmarks
ID bgjdcmmlhmjkhbjbjbakljihfpeadjhl
Oficjalny URL https://chromewebstore.google.com/detail/realtwit-see-real-twitter/bgjdcmmlhmjkhbjbjbakljihfpeadjhl
Opis See who's really verified on Twitter
Rozmiar pliku 7.43 MB
Liczba instalacji 164
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-04-22
Data Publikacji 2023-04-22
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper https://realtwit.org
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://realtwit.org/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RealTwit - See Real Twitter Blue Checkmarks",
    "short_name": "realTwit",
    "description": "See who's really verified on Twitter",
    "version": "1.0.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "background"
    ],
    "host_permissions": [
        "https:\/\/*.twitter.com\/*",
        "https:\/\/realtwit.org\/*"
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/realtwit.org\/*"
            ],
            "css": [
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/media\/*",
                "*"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/realtwit.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon_production_128.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}