Reply Videos Tweak For Youtube
Enables autoreplay of a YouTube™ videos
Co to jest Reply Videos Tweak For Youtube?
Reply Videos Tweak For Youtube to rozszerzenie Chrome opracowane przez Zenunity, a jego główną funkcją jest „Enables autoreplay of a YouTube™ videos”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reply Videos Tweak For Youtube
Pobierz pliki rozszerzeń Reply Videos Tweak For Youtube 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
No need to use refresh button to repeat a video on youtube anymore. because "Reply Videos Tweak For Youtube" extension will help you to to that in one single click. For any issues or suggestions, please leave comment at Chrome Web Store. Thank you!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kijcidehmghliocaelamimgiaiogcjal |
Oficjalny URL | https://chrome.google.com/webstore/detail/reply-videos-tweak-for-yo/kijcidehmghliocaelamimgiaiogcjal |
Opis | Enables autoreplay of a YouTube™ videos |
Rozmiar pliku | 12.71 KB |
Liczba instalacji | 22,426 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2021-02-12 |
Data Publikacji | 2021-02-11 |
Ocena | 2.74/5 Łącznie 491 Oceny |
Deweloper | Zenunity |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | http://4kdownloader.net/privacy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.3", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "scripts\/yt-repetertweak.js" ], "css": [ "css\/yt.css" ], "run_at": "document_end" } ] } |