Sonic Retro YouTube Embed Fixer

Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.

ما هو Sonic Retro YouTube Embed Fixer؟

Sonic Retro YouTube Embed Fixer هو إضافة Chrome تم تطويرها بواسطة CG، والميزة الرئيسية لها هي "Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.".

تحميل ملف CRX للإضافة Sonic Retro YouTube Embed Fixer

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

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

                                            

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

الاسم Sonic Retro YouTube Embed Fixer Sonic Retro YouTube Embed Fixer
ID mmakllanpalljimoilopbacgblobjdjc
عنوان URL الرسمي https://chromewebstore.google.com/detail/sonic-retro-youtube-embed/mmakllanpalljimoilopbacgblobjdjc
الوصف Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.
حجم الملف 3.62 KB
عدد التثبيتات 19
النسخة الحالية 1.0
آخر تحديث 2017-06-20
تاريخ النشر 2017-06-19
تقييم 5.00/5 مجموع تقييمات 2
المطور CG
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sonic Retro YouTube Embed Fixer",
    "description": "Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.",
    "version": "1.0",
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/forums.sonicretro.org\/*",
                "https:\/\/forums.sonicretro.org\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "sonicRetroYouTubeEmbedFixer.js"
    ]
}