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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}