Hoverzoom Plus for Youtube videos
Easily view Youtube videos without loading another page by hovering over the links.
Apa itu Hoverzoom Plus for Youtube videos?
Hoverzoom Plus for Youtube videos adalah ekstensi Chrome yang dikembangkan oleh https://www.apptic.me, dan fitur utamanya adalah "Easily view Youtube videos without loading another page by hovering over the links.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hoverzoom Plus for Youtube videos
Unduh file ekstensi Hoverzoom Plus for Youtube videos 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
View Youtube videos easily by hovering over them. An extension truly for the lazy - rather than clicking, why not stay on the same page? Demo: https://www.apptic.me/projects/hoverzoom/
Informasi Dasar Ekstensi
Nama | Hoverzoom Plus for Youtube videos |
ID | himebmdddlbemclikfplacbnmjgomlkk |
URL Resmi | https://chromewebstore.google.com/detail/hoverzoom-plus-for-youtub/himebmdddlbemclikfplacbnmjgomlkk |
Deskripsi | Easily view Youtube videos without loading another page by hovering over the links. |
Ukuran File | 48.37 KB |
Jumlah Instalasi | 713 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2014-06-09 |
Tanggal Publikasi | 2014-06-09 |
Penilaian | 3.92/5 Total 13 Penilaian |
Pengembang | https://www.apptic.me |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.apptic.me/projects/hoverzoom/ |
URL Halaman Bantuan | https://www.apptic.me/contact.php |
URL Halaman Kebijakan Privasi | https://www.apptic.me/privacy.php |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hoverzoom Plus for Youtube videos", "short_name": "Hoverzoom for Youtube", "description": "Easily view Youtube videos without loading another page by hovering over the links.", "version": "1.0.2", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "*:\/\/*.youtube.com\/*" ] } ] } |