Sonic Retro YouTube Embed Fixer
Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.
Apa itu Sonic Retro YouTube Embed Fixer?
Sonic Retro YouTube Embed Fixer adalah ekstensi Chrome yang dikembangkan oleh CG, dan fitur utamanya adalah "Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.".
Unduh Berkas CRX Ekstensi Sonic Retro YouTube Embed Fixer
Unduh file ekstensi Sonic Retro YouTube Embed Fixer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | Sonic Retro YouTube Embed Fixer |
ID | mmakllanpalljimoilopbacgblobjdjc |
URL Resmi | https://chromewebstore.google.com/detail/sonic-retro-youtube-embed/mmakllanpalljimoilopbacgblobjdjc |
Deskripsi | Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums. |
Ukuran File | 3.62 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-06-20 |
Tanggal Publikasi | 2017-06-19 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | CG |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |