Twitter UV
Browser Extension which enhances Twitter with Urbit Visor integration.
Cos'è Twitter UV?
Twitter UV è un'estensione di Chrome sviluppata da dcSpark, e la sua funzione principale è "Browser Extension which enhances Twitter with Urbit Visor integration.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter UV
Scarica i file di estensione Twitter UV 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
Twitter UV is a web extension which bridges Twitter and Urbit. It allows users to easily share tweets and unroll whole threads at the click of a button directly onto their ships for sharing with others or archival purposes.
Informazioni di Base sull'Estensione
Nome | Twitter UV |
ID | dfidmeghmgfhhflhfopoeinniomenjlf |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-uv/dfidmeghmgfhhflhfopoeinniomenjlf |
Descrizione | Browser Extension which enhances Twitter with Urbit Visor integration. |
Dimensione del File | 253 KB |
Conteggio Installazioni | 59 |
Versione Corrente | 0.2.2 |
Ultimo Aggiornamento | 2022-04-21 |
Data di Pubblicazione | 2022-01-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | dcSpark |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dcSpark/twitter-uv |
URL della Pagina della Politica sulla Privacy | https://dcspark.io/legal/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter UV", "version": "0.2.2", "description": "Browser Extension which enhances Twitter with Urbit Visor integration.", "manifest_version": 3, "icons": { "16": ".\/public\/images\/icon16.png", "48": ".\/public\/images\/icon48.png", "128": ".\/public\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.twitter.com\/*", "*:\/\/twitter.com\/*", "*:\/\/mobile.twitter.com\/*" ], "js": [ "dev.js" ], "css": [ "dev.css" ] } ], "action": { "default_icons": { "16": ".\/public\/images\/icon16.png", "48": ".\/public\/images\/icon48.png", "128": ".\/public\/images\/icon128.png" }, "default_popup": ".\/popup.html", "default_title": "Twitter UV" }, "permissions": [], "host_permissions": [ "*:\/\/www.twitter.com\/*", "*:\/\/twitter.com\/*", "*:\/\/mobile.twitter.com\/*" ] } |