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
官方網址 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
電子郵箱 [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"
}