Video Looper for Youtube/Dailymotion/others
This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
Apa itu Video Looper for Youtube/Dailymotion/others?
Video Looper for Youtube/Dailymotion/others adalah ekstensi Chrome yang dikembangkan oleh o9000, dan fitur utamanya adalah "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Video Looper for Youtube/Dailymotion/others
Unduh file ekstensi Video Looper for Youtube/Dailymotion/others dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Video Looper for Youtube/Dailymotion/others |
ID | kpcelfaheoikimakaonbfipkijodnmmd |
URL Resmi | https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd |
Deskripsi | This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5 |
Ukuran File | 18.77 KB |
Jumlah Instalasi | 2,418 |
Versi Saat Ini | 2015.12.30.0 |
Terakhir Diperbarui | 2016-01-01 |
Tanggal Publikasi | 2016-01-01 |
Penilaian | 4.19/5 Total 16 Penilaian |
Pengembang | o9000 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |