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.”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Twitter UV Twitter UV
ID dfidmeghmgfhhflhfopoeinniomenjlf
官方網址 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\/*"
    ]
}