Twitter UV
Browser Extension which enhances Twitter with Urbit Visor integration.
什么是Twitter UV?
Twitter UV是由dcSpark开发的Chrome扩展程序,该扩展的主要功能是“Browser Extension which enhances Twitter with Urbit Visor integration.”。
扩展截图
下载Twitter UV扩展crx文件
下载Twitter UV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | dfidmeghmgfhhflhfopoeinniomenjlf |
| 官方URL | https://chromewebstore.google.com/detail/twitter-uv/dfidmeghmgfhhflhfopoeinniomenjlf |
| 简介 | Browser Extension which enhances Twitter with Urbit Visor integration. |
| 文件大小 | 253 KB |
| 安装次数 | 59 |
| 当前版本 | 0.2.2 |
| 更新时间 | 2022-04-21 |
| 上架时间 | 2022-01-28 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | dcSpark |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/dcSpark/twitter-uv |
| 隐私政策页面URL | https://dcspark.io/legal/privacy |
| 支持的语言 | 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\/*"
]
} | |