Youtube float video
Youtube float video
Apa itu Youtube float video?
Youtube float video adalah ekstensi Chrome yang dikembangkan oleh Anbarasan, dan fitur utamanya adalah "Youtube float video".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Youtube float video
Unduh file ekstensi Youtube float video 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
Youtube float video inside page. While reading the comments in the youtube its usefull. This will enable video to float when you scolldown and read the comment sections. https://github.com/aanbarasan/youtube-float-video
Informasi Dasar Ekstensi
Nama | |
ID | fjjgmpijonncbnieadbodomjifcoknpf |
URL Resmi | https://chromewebstore.google.com/detail/youtube-float-video/fjjgmpijonncbnieadbodomjifcoknpf |
Deskripsi | Youtube float video |
Ukuran File | 595 KB |
Jumlah Instalasi | 138 |
Versi Saat Ini | 1.2.7 |
Terakhir Diperbarui | 2023-02-18 |
Tanggal Publikasi | 2020-08-07 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | Anbarasan |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://anbarasanblog.blogspot.com/p/website-scripting-privacy-policy.html |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube float video", "short_name": "Helper", "description": "Youtube float video", "version": "1.2.7", "icons": { "16": "image\/16_icon.png", "48": "image\/48_icon.png", "128": "image\/128_icon.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "commonFunction.js", "content-script.js" ] } ], "options_page": "options_page.html", "action": { "default_title": "Youtube float video" }, "background": { "service_worker": "background.js" }, "manifest_version": 3 } |