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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                                            

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

ชื่อ 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"
    ]
}