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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lloydbanks และคุณลักษณะหลักของมันคือ "Redirects from YouTube to Piped.video using the video's ID"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube to Piped.video Redirector

ดาวน์โหลดไฟล์ส่วนขยาย YouTube to Piped.video Redirector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Redirects from YouTube to Piped.video using the video's ID                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube to Piped.video Redirector 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"
    }
}