X to Twitter
Get our Twitter back from Elon.
Cos'è X to Twitter?
X to Twitter è un'estensione di Chrome sviluppata da yakisova41, e la sua funzione principale è "Get our Twitter back from Elon.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione X to Twitter
Scarica i file di estensione X to 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
X logo back to the original Twitter Bird logo
Informazioni di Base sull'Estensione
Nome | X to Twitter |
ID | jcgbihbakhgpbmhejamlpijhlohjhnbn |
URL Ufficiale | https://chromewebstore.google.com/detail/x-to-twitter/jcgbihbakhgpbmhejamlpijhlohjhnbn |
Descrizione | Get our Twitter back from Elon. |
Dimensione del File | 843 KB |
Conteggio Installazioni | 2,013 |
Versione Corrente | 2.3.1 |
Ultimo Aggiornamento | 2024-01-24 |
Data di Pubblicazione | 2023-07-24 |
Valutazione | 5.00/5 Totale 17 Valutazioni |
Sviluppatore | yakisova41 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/yakisova41/xToTwitter |
URL della Pagina di Aiuto | https://github.com/yakisova41/xToTwitter/issues |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "short_name": "xToTwitter", "version": "2.3.1", "manifest_version": 3, "description": "__MSG_Description__", "default_locale": "en", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/X.com\/*" ], "run_at": "document_start", "js": [ "userscript.user.js" ] } ], "web_accessible_resources": [ { "resources": [ "twitterManifest.json", "sw_icons\/*" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/X.com\/*" ] } ] } |