YouTube Auto-Repeat
An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.
Co to jest YouTube Auto-Repeat?
YouTube Auto-Repeat to rozszerzenie Chrome opracowane przez Matei Oprea, a jego główną funkcją jest „An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity.”.
Pobierz plik CRX rozszerzenia YouTube Auto-Repeat
Pobierz pliki rozszerzeń YouTube Auto-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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | omdpcjbpfcmfmdfnppkmfjoclkhmgada |
Oficjalny URL | https://chrome.google.com/webstore/detail/youtube-auto-repeat/omdpcjbpfcmfmdfnppkmfjoclkhmgada |
Opis | An extension that allows you to set repeat intervals on youtube. You can repeat one/infinity. |
Rozmiar pliku | 20.17 KB |
Liczba instalacji | 72 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2017-06-11 |
Data Publikacji | 2017-06-11 |
Ocena | 3.47/5 Łącznie 15 Oceny |
Deweloper | Matei Oprea |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Auto-Repeat", "version": "0.0.2", "manifest_version": 2, "description": "An extension that allows you to set repeat intervals on youtube. You can repeat one\/infinity.", "homepage_url": "http:\/\/opreamatei.ro", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/icon19.png" }, "permissions": [ "http:\/\/youtube.com\/*", "https:\/\/youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "icons\/refresh.png", "icons\/refresh_white.png", "icons\/refresh_white_1.png", "icons\/refresh_white_infinity.png" ] } |