Reply Videos Tweak For Youtube
Enables autoreplay of a YouTube™ videos
Apa itu Reply Videos Tweak For Youtube?
Reply Videos Tweak For Youtube adalah ekstensi Chrome yang dikembangkan oleh Zenunity, dan fitur utamanya adalah "Enables autoreplay of a YouTube™ videos".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reply Videos Tweak For Youtube
Unduh file ekstensi Reply Videos Tweak For Youtube 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
No need to use refresh button to repeat a video on youtube anymore. because "Reply Videos Tweak For Youtube" extension will help you to to that in one single click. For any issues or suggestions, please leave comment at Chrome Web Store. Thank you!
Informasi Dasar Ekstensi
Nama | |
ID | kijcidehmghliocaelamimgiaiogcjal |
URL Resmi | https://chrome.google.com/webstore/detail/reply-videos-tweak-for-yo/kijcidehmghliocaelamimgiaiogcjal |
Deskripsi | Enables autoreplay of a YouTube™ videos |
Ukuran File | 12.71 KB |
Jumlah Instalasi | 22,426 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2021-02-12 |
Tanggal Publikasi | 2021-02-11 |
Penilaian | 2.74/5 Total 491 Penilaian |
Pengembang | Zenunity |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://4kdownloader.net/privacy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.3", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "scripts\/yt-repetertweak.js" ], "css": [ "css\/yt.css" ], "run_at": "document_end" } ] } |