Checkmate - Verified Twitter
See who's verified on Twitter for $0 / month.
Cos'è Checkmate - Verified Twitter?
Checkmate - Verified Twitter è un'estensione di Chrome sviluppata da Inti De Ceukelaire, e la sua funzione principale è "See who's verified on Twitter for $0 / month.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Checkmate - Verified Twitter
Scarica i file di estensione Checkmate - Verified Twitter 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
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.
Informazioni di Base sull'Estensione
Nome | Checkmate - Verified Twitter |
ID | nbnijmocgfgnjcliceahehmfggadfmfl |
URL Ufficiale | https://chromewebstore.google.com/detail/checkmate-verified-twitte/nbnijmocgfgnjcliceahehmfggadfmfl |
Descrizione | See who's verified on Twitter for $0 / month. |
Dimensione del File | 2.92 MB |
Conteggio Installazioni | 80 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-11-03 |
Data di Pubblicazione | 2022-11-02 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | Inti De Ceukelaire |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://kb.intigriti.com/en/articles/5666157-general-privacy-policy |
Lingue Supportate | 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\/*" ] } ] } |