Simple Youtube Repeater
Simply click the repeat button to make the Youtube video automatically repeat.
Co to jest Simple Youtube Repeater?
Simple Youtube Repeater to rozszerzenie Chrome opracowane przez kennethdevel, a jego główną funkcją jest „Simply click the repeat button to make the Youtube video automatically repeat.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simple Youtube Repeater
Pobierz pliki rozszerzeń Simple Youtube Repeater 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
Simply click the repeat button to make the video automatically repeat.
Podstawowe informacje o rozszerzeniu
Nazwa | Simple Youtube Repeater |
ID | pbjaladifincbflhpknphchnapmemgnm |
Oficjalny URL | https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm |
Opis | Simply click the repeat button to make the Youtube video automatically repeat. |
Rozmiar pliku | 15.46 KB |
Liczba instalacji | 694 |
Aktualna Wersja | 3.0 |
Ostatnia Aktualizacja | 2016-06-13 |
Data Publikacji | 2016-06-13 |
Ocena | 4.29/5 Łącznie 7 Oceny |
Deweloper | kennethdevel |
[email protected] | |
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": "Simple Youtube Repeater", "description": "Simply click the repeat button to make the Youtube video automatically repeat.", "version": "3.0", "author": "Kenneth", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch?*" ], "js": [ "cs.js" ] } ], "web_accessible_resources": [ "images\/*.png" ], "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" } } |