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
电子邮箱 [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"
}