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文件
下載YouTube to Piped.video Redirector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Redirects from YouTube to Piped.video using the video's ID 擴展基本資訊
| 名稱 | |
| ID | nikbbopfmmjejmgkaapcipbcdogkpgac |
| 官方網址 | 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"
}
} | |