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 |
| Eメール | [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\/*"
]
} | |