Video Looper for Youtube/Dailymotion/others
This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
Was ist Video Looper for Youtube/Dailymotion/others?
Video Looper for Youtube/Dailymotion/others ist eine Chrome-Erweiterung, die von o9000 entwickelt wurde, und ihr Hauptmerkmal ist "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5".
Erweiterungsscreenshots
Video Looper for Youtube/Dailymotion/others-Erweiterungs-CRX-Datei herunterladen
Laden Sie Video Looper for Youtube/Dailymotion/others-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Video Looper for Youtube/Dailymotion/others |
ID | kpcelfaheoikimakaonbfipkijodnmmd |
Offizielle URL | https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd |
Beschreibung | This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5 |
Dateigröße | 18.77 KB |
Installationsanzahl | 2,418 |
Aktuelle Version | 2015.12.30.0 |
Letztes Update | 2016-01-01 |
Veröffentlichungsdatum | 2016-01-01 |
Bewertung | 4.19/5 Insgesamt 16 Bewertungen |
Entwickler | o9000 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |