Sonic Retro YouTube Embed Fixer
Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.
Qu'est-ce que Sonic Retro YouTube Embed Fixer ?
Sonic Retro YouTube Embed Fixer est une extension Chrome développée par CG, et sa fonction principale est "Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.".
Télécharger le fichier CRX de l'extension Sonic Retro YouTube Embed Fixer
Téléchargez les fichiers d'extension Sonic Retro YouTube Embed Fixer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | Sonic Retro YouTube Embed Fixer |
ID | mmakllanpalljimoilopbacgblobjdjc |
URL Officiel | https://chromewebstore.google.com/detail/sonic-retro-youtube-embed/mmakllanpalljimoilopbacgblobjdjc |
Description | Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums. |
Taille du Fichier | 3.62 KB |
Nombre d'Installations | 19 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-06-20 |
Date de Publication | 2017-06-19 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | CG |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |