Twitter Bird Extension
Brings back the bird to Twitter website
Cos'è Twitter Bird Extension?
Twitter Bird Extension è un'estensione di Chrome sviluppata da Maciej Walkowiak, e la sua funzione principale è "Brings back the bird to Twitter website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Bird Extension
Scarica i file di estensione Twitter Bird Extension 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
If you're tired of seeing Dogecoin logo on Twitter, this extension brings back the bird! Bird icons created by Freepik - Flaticon: https://www.flaticon.com/free-icons/bird
Informazioni di Base sull'Estensione
Nome | Twitter Bird Extension |
ID | edbcagncoehbfkcdjmopodnpgkfjfjlf |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-bird-extension/edbcagncoehbfkcdjmopodnpgkfjfjlf |
Descrizione | Brings back the bird to Twitter website |
Dimensione del File | 9.17 KB |
Conteggio Installazioni | 1,979 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2023-04-07 |
Data di Pubblicazione | 2023-04-07 |
Valutazione | 4.73/5 Totale 15 Valutazioni |
Sviluppatore | Maciej Walkowiak |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/maciejwalkowiak/twitter-bird-extension |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Bird Extension", "version": "0.0.1", "manifest_version": 3, "description": "Brings back the bird to Twitter website", "homepage_url": "https:\/\/github.com\/maciejwalkowiak\/twitter-bird-extension", "icons": { "128": "icons\/icon128.png" }, "host_permissions": [ "https:\/\/twitter.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/**" ], "js": [ "content-script.js" ] } ] } |