Twitter Token Login
Logging into a Twitter account using a token
Cos'è Twitter Token Login?
Twitter Token Login è un'estensione di Chrome sviluppata da jinchanzi.xyz, e la sua funzione principale è "Logging into a Twitter account using a token".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Token Login
Scarica i file di estensione Twitter Token Login 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
Logging into a Twitter account using a token With the plugin's pop-up window, simply enter the token, click "Login," and the page will automatically refresh, enabling one-click login.
Informazioni di Base sull'Estensione
Nome | Twitter Token Login |
ID | nnjlbhbajbeagngabejdpenghpkglghd |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-token-login/nnjlbhbajbeagngabejdpenghpkglghd |
Descrizione | Logging into a Twitter account using a token |
Dimensione del File | 13.58 KB |
Conteggio Installazioni | 982 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-10-31 |
Data di Pubblicazione | 2023-10-31 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | jinchanzi.xyz |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://twitter.com/ |
URL della Pagina di Aiuto | https://twitter.com/ |
URL della Pagina della Politica sulla Privacy | https://twitter.com/en/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "icons\/logo.png", "default_popup": "index.html" }, "description": "Logging into a Twitter account using a token", "icons": { "128": "icons\/logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "script.js" ], "css": [ "style.css" ] } ], "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/twitter.com\/*" ], "manifest_version": 3, "name": "Twitter Token Login", "version": "1.0" } |