ytloop
Automatically replay the video in Youtube by default.
Apa itu ytloop?
ytloop adalah ekstensi Chrome yang dikembangkan oleh ikaflower, dan fitur utamanya adalah "Automatically replay the video in Youtube by default.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ytloop
Unduh file ekstensi ytloop 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
You can play Youtube video endlessly by default. In other words, This automatically replay the video clip.
Informasi Dasar Ekstensi
Nama | ytloop |
ID | elcnaihlaknobdaoafljjbpbdobaccpp |
URL Resmi | https://chromewebstore.google.com/detail/ytloop/elcnaihlaknobdaoafljjbpbdobaccpp |
Deskripsi | Automatically replay the video in Youtube by default. |
Ukuran File | 11.64 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2013-07-16 |
Tanggal Publikasi | 2013-07-16 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | ikaflower |
Tipe Pembayaran | free |
Bahasa yang Didukung | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ytloop", "version": "1.0.2", "description": "__MSG_appDesc__", "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/watch*" ], "js": [ "ytloop.js" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |