Smart Repeat
Repeat YouTube videos from any point in time
Co to jest Smart Repeat?
Smart Repeat to rozszerzenie Chrome opracowane przez OldGen Software, a jego główną funkcją jest „Repeat YouTube videos from any point in time”.
Pobierz plik CRX rozszerzenia Smart Repeat
Pobierz pliki rozszerzeń Smart 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
You can repeat youtube from any point in time. :D
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cbafpldbkgamhfbggmdnjfmglcjaeldb |
Oficjalny URL | https://chrome.google.com/webstore/detail/smart-repeat/cbafpldbkgamhfbggmdnjfmglcjaeldb |
Opis | Repeat YouTube videos from any point in time |
Rozmiar pliku | 18.32 KB |
Liczba instalacji | 25 |
Aktualna Wersja | 1.33.7 |
Ostatnia Aktualizacja | 2013-08-07 |
Data Publikacji | 2013-08-07 |
Ocena | 1.00/5 Łącznie 2 Oceny |
Deweloper | OldGen Software |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Repeat", "content_scripts": [ { "js": [ "smartrepeat.js" ], "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ] } ], "description": "Repeat YouTube videos from any point in time", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "version": "1.33.7", "manifest_version": 2 } |