RealTwit - See Real Twitter Blue Checkmarks
See who's really verified on Twitter
Cos'è RealTwit - See Real Twitter Blue Checkmarks?
RealTwit - See Real Twitter Blue Checkmarks è un'estensione di Chrome sviluppata da https://realtwit.org, e la sua funzione principale è "See who's really verified on Twitter".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RealTwit - See Real Twitter Blue Checkmarks
Scarica i file di estensione RealTwit - See Real Twitter Blue Checkmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | RealTwit - See Real Twitter Blue Checkmarks |
ID | bgjdcmmlhmjkhbjbjbakljihfpeadjhl |
URL Ufficiale | https://chromewebstore.google.com/detail/realtwit-see-real-twitter/bgjdcmmlhmjkhbjbjbakljihfpeadjhl |
Descrizione | See who's really verified on Twitter |
Dimensione del File | 7.43 MB |
Conteggio Installazioni | 164 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2023-04-22 |
Data di Pubblicazione | 2023-04-22 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | https://realtwit.org |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://realtwit.org/ |
Lingue Supportate | 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" } } |