YT Repeat
Repeats YouTube videos.
Co to jest YT Repeat?
YT Repeat to rozszerzenie Chrome opracowane przez https://antimatter15.com, a jego główną funkcją jest „Repeats YouTube videos.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YT Repeat
Pobierz pliki rozszerzeń YT Repeat 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
Somehow it doesn't look like there's another YouTube repeat extension, so here's one. It's pretty simple and works with both the flash and HTML5 players, and should hopefully survive whenever YouTube updates.
Podstawowe informacje o rozszerzeniu
Nazwa | YT Repeat |
ID | piicimoiaiblachamdicgngccadhlecl |
Oficjalny URL | https://chromewebstore.google.com/detail/yt-repeat/piicimoiaiblachamdicgngccadhlecl |
Opis | Repeats YouTube videos. |
Rozmiar pliku | 31.72 KB |
Liczba instalacji | 2,846 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2014-08-20 |
Data Publikacji | 2014-08-19 |
Ocena | 4.13/5 Łącznie 89 Oceny |
Deweloper | https://antimatter15.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://twitter.com/antimatter15 |
Adres URL Strony Pomocy | http://twitter.com/antimatter15 |
Adres URL Strony Polityki Prywatności | http://projectnaptha.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YT Repeat", "version": "1.0.3", "description": "Repeats YouTube videos.", "icons": { "16": "icons\/16.png", "22": "icons\/22.png", "32": "icons\/32.png", "48": "icons\/48.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "contentscript.js" ] } ] } |