Piped Watch

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

Piped Watch là gì?

Piped Watch là một tiện ích mở rộng Chrome được phát triển bởi DEIV ASTRA, và tính năng chính của nó là "Redirect YouTube videos to Piped and Invidious, an alternative frontends.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Piped Watch

Tải xuống các tệp mở rộng Piped Watch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Piped Watch Piped Watch
ID nhajdicnhahncdcfjahgoabikbbemocl
URL Chính Thức https://chromewebstore.google.com/detail/piped-watch/nhajdicnhahncdcfjahgoabikbbemocl
Mô tả Redirect YouTube videos to Piped and Invidious, an alternative frontends.
Kích Thước Tệp 35.68 KB
Số Lần Cài Đặt 696
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2023-11-01
Ngày Phát Hành 2022-11-16
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển DEIV ASTRA
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}