Youtube Likes / Views
Simple youtubeLikes / Views ratio ( percentage )
Apa itu Youtube Likes / Views?
Youtube Likes / Views adalah ekstensi Chrome yang dikembangkan oleh cosmin.serboteiu, dan fitur utamanya adalah "Simple youtubeLikes / Views ratio ( percentage )".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Youtube Likes / Views
Unduh file ekstensi Youtube Likes / Views 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
A simple extension that will display the ratio of likes / views as a percentage. This is quite useful in the current context in which there is no dislike counter.
Informasi Dasar Ekstensi
Nama | Youtube Likes / Views |
ID | hpllifddocjegddmfhpknnncbciekpfe |
URL Resmi | https://chrome.google.com/webstore/detail/youtube-likes-views/hpllifddocjegddmfhpknnncbciekpfe |
Deskripsi | Simple youtubeLikes / Views ratio ( percentage ) |
Ukuran File | 10.56 KB |
Jumlah Instalasi | 99 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2021-11-23 |
Tanggal Publikasi | 2021-11-23 |
Penilaian | 4.00/5 Total 6 Penilaian |
Pengembang | cosmin.serboteiu |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Likes \/ Views", "description": "Simple youtubeLikes \/ Views ratio ( percentage )", "version": "0.2", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/watch*" ], "js": [ "content-script.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ] } |