video mirroring

Mirroring videos from YT.

ما هو video mirroring؟

video mirroring هو إضافة Chrome تم تطويرها بواسطة tomascormack، والميزة الرئيسية لها هي "Mirroring videos from YT.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة video mirroring

قم بتنزيل ملفات الامتداد video mirroring بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Some videos on YouTube are reflected, either because they are very old, due to recording problems, etc. This extension aims to fix these problems by mirroring the video you are watching, just clicking in the extension icon. We do not collect any information or browsing history, your privacy is safe with us.                    

معلومات أساسية عن التمديد

الاسم video mirroring video mirroring
ID icfblmejfimdamccpnoihghdjdhkaedi
عنوان URL الرسمي https://chromewebstore.google.com/detail/video-mirroring/icfblmejfimdamccpnoihghdjdhkaedi
الوصف Mirroring videos from YT.
حجم الملف 7.69 KB
عدد التثبيتات 1,554
النسخة الحالية 1.0
آخر تحديث 2021-12-07
تاريخ النشر 2021-11-30
تقييم 3.50/5 مجموع تقييمات 4
المطور tomascormack
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "video mirroring",
    "description": "Mirroring videos from YT.",
    "version": "1.0",
    "icons": {
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_action": "mirror.png"
    },
    "permissions": [
        "activeTab"
    ]
}