Twitter UV
Browser Extension which enhances Twitter with Urbit Visor integration.
Twitter UV là gì?
Twitter UV là một tiện ích mở rộng Chrome được phát triển bởi dcSpark, và tính năng chính của nó là "Browser Extension which enhances Twitter with Urbit Visor integration.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitter UV
Tải xuống các tệp mở rộng Twitter UV dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter UV |
ID | dfidmeghmgfhhflhfopoeinniomenjlf |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-uv/dfidmeghmgfhhflhfopoeinniomenjlf |
Mô tả | Browser Extension which enhances Twitter with Urbit Visor integration. |
Kích Thước Tệp | 253 KB |
Số Lần Cài Đặt | 59 |
Phiên Bản Hiện Tại | 0.2.2 |
Cập Nhật Lần Cuối | 2022-04-21 |
Ngày Phát Hành | 2022-01-28 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | dcSpark |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dcSpark/twitter-uv |
URL Trang Chính Sách Bảo Mật | https://dcspark.io/legal/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |