Video Looper for Youtube/Dailymotion/others
This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
Vad är Video Looper for Youtube/Dailymotion/others?
Video Looper for Youtube/Dailymotion/others är en Chrome-tillägg utvecklad av o9000, och dess huvudfunktion är "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5".
Tilläggsskärmbilder
Ladda ner Video Looper for Youtube/Dailymotion/others-förlängningens CRX-fil
Ladda ner Video Looper for Youtube/Dailymotion/others-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Video Looper for Youtube/Dailymotion/others |
ID | kpcelfaheoikimakaonbfipkijodnmmd |
Officiell webbadress | https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd |
Beskrivning | This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5 |
Filstorlek | 18.77 KB |
Antal Installationer | 2,418 |
Aktuell Version | 2015.12.30.0 |
Senast Uppdaterad | 2016-01-01 |
Publiceringsdatum | 2016-01-01 |
Betyg | 4.19/5 Totalt 16 Betyg |
Utvecklare | o9000 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |