Video Looper for Youtube/Dailymotion/others
This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
Co to jest Video Looper for Youtube/Dailymotion/others?
Video Looper for Youtube/Dailymotion/others to rozszerzenie Chrome opracowane przez o9000, a jego główną funkcją jest „This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Video Looper for Youtube/Dailymotion/others
Pobierz pliki rozszerzeń Video Looper for Youtube/Dailymotion/others 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
A browser action button should appear on the right of the URL bar. Click the action button once to toggle automatic replay for the video; click twice to disable it.
Podstawowe informacje o rozszerzeniu
Nazwa | Video Looper for Youtube/Dailymotion/others |
ID | kpcelfaheoikimakaonbfipkijodnmmd |
Oficjalny URL | https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd |
Opis | This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5 |
Rozmiar pliku | 18.77 KB |
Liczba instalacji | 2,418 |
Aktualna Wersja | 2015.12.30.0 |
Ostatnia Aktualizacja | 2016-01-01 |
Data Publikacji | 2016-01-01 |
Ocena | 4.19/5 Łącznie 16 Oceny |
Deweloper | o9000 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Looper for Youtube\/Dailymotion\/others", "description": "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5", "version": "2015.12.30.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Video Looper", "default_icon": { "19": "icon-19.png", "38": "icon-38.png" } }, "permissions": [ "activeTab" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |