Video Looper for Youtube/Dailymotion/others
This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
What is Video Looper for Youtube/Dailymotion/others?
Video Looper for Youtube/Dailymotion/others is a Chrome extension developed by o9000, and its main feature is "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5".
Extension Screenshots
Download Video Looper for Youtube/Dailymotion/others Extension CRX File
Download Video Looper for Youtube/Dailymotion/others extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Video Looper for Youtube/Dailymotion/others |
ID | kpcelfaheoikimakaonbfipkijodnmmd |
Official URL | https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd |
Description | This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5 |
File Size | 18.77 KB |
Installation Count | 2,418 |
Current Version | 2015.12.30.0 |
Last Updated | 2016-01-01 |
Publish Date | 2016-01-01 |
Rating | 4.19/5 Total 16 Ratings |
Developer | o9000 |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |