Twitter UV
Browser Extension which enhances Twitter with Urbit Visor integration.
What is Twitter UV?
Twitter UV is a Chrome extension developed by dcSpark, and its main feature is "Browser Extension which enhances Twitter with Urbit Visor integration.".
Extension Screenshots
Download Twitter UV Extension CRX File
Download Twitter UV extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Twitter UV |
ID | dfidmeghmgfhhflhfopoeinniomenjlf |
Official URL | https://chromewebstore.google.com/detail/twitter-uv/dfidmeghmgfhhflhfopoeinniomenjlf |
Description | Browser Extension which enhances Twitter with Urbit Visor integration. |
File Size | 253 KB |
Installation Count | 59 |
Current Version | 0.2.2 |
Last Updated | 2022-04-21 |
Publish Date | 2022-01-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | dcSpark |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/dcSpark/twitter-uv |
Privacy Policy Page URL | https://dcspark.io/legal/privacy |
Supported Languages | 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\/*" ] } |