Move Youtube comments to sidebar
Make the YouTube comments section visible from the sidebar
Co to jest Move Youtube comments to sidebar?
Move Youtube comments to sidebar to rozszerzenie Chrome opracowane przez yakisova41, a jego główną funkcją jest „Make the YouTube comments section visible from the sidebar”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Move Youtube comments to sidebar
Pobierz pliki rozszerzeń Move Youtube comments to sidebar 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
Enable to switch position of YouTube comment section between sidebar and standard position
Podstawowe informacje o rozszerzeniu
Nazwa | Move Youtube comments to sidebar |
ID | hnapbpaieifipkfhlfplmgmacjegjhmh |
Oficjalny URL | https://chromewebstore.google.com/detail/move-youtube-comments-to/hnapbpaieifipkfhlfplmgmacjegjhmh |
Opis | Make the YouTube comments section visible from the sidebar |
Rozmiar pliku | 10.4 KB |
Liczba instalacji | 79 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2023-04-02 |
Data Publikacji | 2023-01-21 |
Ocena | 2.50/5 Łącznie 2 Oceny |
Deweloper | yakisova41 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "short_name": "mycs", "version": "1.0.1", "manifest_version": 3, "description": "__MSG_Description__", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "embed.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "default_locale": "en", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } } |