YouTube View Stats
Enable percentage likes/votes of youtube videos.
Apa itu YouTube View Stats?
YouTube View Stats adalah ekstensi Chrome yang dikembangkan oleh system.unplugged, dan fitur utamanya adalah "Enable percentage likes/votes of youtube videos.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube View Stats
Unduh file ekstensi YouTube View Stats 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
Informasi Dasar Ekstensi
Nama | |
ID | fpgiidekjpkheojggfjnilekmgklfdkb |
URL Resmi | https://chrome.google.com/webstore/detail/youtube-view-stats/fpgiidekjpkheojggfjnilekmgklfdkb |
Deskripsi | Enable percentage likes/votes of youtube videos. |
Ukuran File | 48.02 KB |
Jumlah Instalasi | 598 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2017-04-07 |
Tanggal Publikasi | 2017-04-07 |
Penilaian | 1.00/5 Total 2 Penilaian |
Pengembang | system.unplugged |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube View Stats", "version": "0.0.1", "description": "Enable percentage likes\/votes of youtube videos.", "icons": { "16": "icon16.png", "48": "icon16.png", "128": "icon16.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery.js", "content.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ] } |