Repeat Youtube
Repeat Youtube videos on the main page
Co to jest Repeat Youtube?
Repeat Youtube to rozszerzenie Chrome opracowane przez http://jaero.space, a jego główną funkcją jest „Repeat Youtube videos on the main page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Repeat Youtube
Pobierz pliki rozszerzeń Repeat 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
Repeats youtube videos on the main page!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | medknpmalhljhifghnoeilochoaohilg |
Oficjalny URL | https://chrome.google.com/webstore/detail/repeat-youtube/medknpmalhljhifghnoeilochoaohilg |
Opis | Repeat Youtube videos on the main page |
Rozmiar pliku | 26.72 KB |
Liczba instalacji | 711 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2015-12-02 |
Data Publikacji | 2015-12-02 |
Ocena | 3.95/5 Łącznie 22 Oceny |
Deweloper | http://jaero.space |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Repeat Youtube", "description": "Repeat Youtube videos on the main page", "version": "1.0.2", "permissions": [ "tabs", "http:\/\/www.youtube.com\/*\/", "https:\/\/www.youtube.com\/*\/" ], "icons": { "16": "icons\/on_icon16.png", "48": "icons\/on_icon48.png", "128": "icons\/on_icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ] } |