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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}