YouTube to Piped.video Redirector
Redirects from YouTube to Piped.video using the video's ID
YouTube to Piped.video Redirector란 무엇입니까?
YouTube to Piped.video Redirector은(는) lloydbanks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirects from YouTube to Piped.video using the video's ID"입니다.
확장 프로그램 스크린샷
YouTube to Piped.video Redirector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Redirects from YouTube to Piped.video using the video's ID
확장 프로그램 기본 정보
이름 | YouTube to Piped.video Redirector |
ID | nikbbopfmmjejmgkaapcipbcdogkpgac |
공식 URL | https://chromewebstore.google.com/detail/youtube-to-pipedvideo-red/nikbbopfmmjejmgkaapcipbcdogkpgac |
설명 | Redirects from YouTube to Piped.video using the video's ID |
파일 크기 | 102 KB |
설치 횟수 | 104 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-10-24 |
출시 날짜 | 2023-10-23 |
개발자 | lloydbanks |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/dmitry-js/youtube-piped.video-redirector |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube to Piped.video Redirector", "version": "1.0", "description": "Redirects from YouTube to Piped.video using the video's ID", "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "css": [ "styles.css" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |