Piped Watch

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

Piped Watchคืออะไร?

Piped Watch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DEIV ASTRA และคุณลักษณะหลักของมันคือ "Redirect YouTube videos to Piped and Invidious, an alternative frontends."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Piped Watch

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}