Sonic Retro YouTube Embed Fixer
Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.
Cos'è Sonic Retro YouTube Embed Fixer?
Sonic Retro YouTube Embed Fixer è un'estensione di Chrome sviluppata da CG, e la sua funzione principale è "Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.".
Scarica il file CRX dell'estensione Sonic Retro YouTube Embed Fixer
Scarica i file di estensione Sonic Retro YouTube Embed Fixer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | Sonic Retro YouTube Embed Fixer |
ID | mmakllanpalljimoilopbacgblobjdjc |
URL Ufficiale | https://chromewebstore.google.com/detail/sonic-retro-youtube-embed/mmakllanpalljimoilopbacgblobjdjc |
Descrizione | Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums. |
Dimensione del File | 3.62 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-06-20 |
Data di Pubblicazione | 2017-06-19 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | CG |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |