Sonic Retro YouTube Embed Fixer
Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.
Co to jest Sonic Retro YouTube Embed Fixer?
Sonic Retro YouTube Embed Fixer to rozszerzenie Chrome opracowane przez CG, a jego główną funkcją jest „Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums.”.
Pobierz plik CRX rozszerzenia Sonic Retro YouTube Embed Fixer
Pobierz pliki rozszerzeń Sonic Retro YouTube Embed Fixer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | Sonic Retro YouTube Embed Fixer |
ID | mmakllanpalljimoilopbacgblobjdjc |
Oficjalny URL | https://chromewebstore.google.com/detail/sonic-retro-youtube-embed/mmakllanpalljimoilopbacgblobjdjc |
Opis | Fix YouTube embeds so that they work over HTTPS on the Sonic Retro Forums. |
Rozmiar pliku | 3.62 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-06-20 |
Data Publikacji | 2017-06-19 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | CG |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |