Sonic Retro YouTube Embed Fixer
Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.
O que é Sonic Retro YouTube Embed Fixer?
Sonic Retro YouTube Embed Fixer é uma extensão do Chrome desenvolvida por CG, e sua principal característica é "Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.".
Baixar o arquivo CRX da Extensão Sonic Retro YouTube Embed Fixer
Baixe arquivos de extensão Sonic Retro YouTube Embed Fixer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | Sonic Retro YouTube Embed Fixer |
ID | mmakllanpalljimoilopbacgblobjdjc |
URL Oficial | https://chromewebstore.google.com/detail/sonic-retro-youtube-embed/mmakllanpalljimoilopbacgblobjdjc |
Descrição | Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums. |
Tamanho do Arquivo | 3.62 KB |
Contagem de Instalações | 19 |
Versão Atual | 1.0 |
Última Atualização | 2017-06-20 |
Data de Publicação | 2017-06-19 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | CG |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |