Piped Watch

Redirect YouTube videos to Piped and Invidious, an alternative frontends.

Piped Watchとは何ですか?

Piped WatchはDEIV ASTRAによって開発されたChromeの拡張機能で、その主な機能は「Redirect YouTube videos to Piped and Invidious, an alternative frontends.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Piped Watch拡張機能のCRXファイルをダウンロード

Piped Watch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension automatically redirects to sites with lightweight responsive UI to increase speed and improve user convenience.                    

拡張機能の基本情報

名前 Piped Watch Piped Watch
ID nhajdicnhahncdcfjahgoabikbbemocl
公式URL https://chromewebstore.google.com/detail/piped-watch/nhajdicnhahncdcfjahgoabikbbemocl
説明 Redirect YouTube videos to Piped and Invidious, an alternative frontends.
ファイルサイズ 35.68 KB
インストール数 696
現在のバージョン 2.0.2
最終更新日 2023-11-01
公開日 2022-11-16
評価 3.80/5 合計 5 レビュー
開発者 DEIV ASTRA
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Piped Watch",
    "version": "2.0.2",
    "description": "Redirect YouTube videos to Piped and Invidious, an alternative frontends.",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Piped Watch",
        "default_icon": "icon\/icon-32.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "author": "Deiv Astra"
}