Youtube Video Dislike and Analyzer
Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.
Apa itu Youtube Video Dislike and Analyzer?
Youtube Video Dislike and Analyzer adalah ekstensi Chrome yang dikembangkan oleh Allen Ye, dan fitur utamanya adalah "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Youtube Video Dislike and Analyzer
Unduh file ekstensi Youtube Video Dislike and Analyzer 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
Analyzes a Youtube video's view and like count to determine if the video is worth watching. Provides the ratios for the metrics to easily show viewer feedback for the video. How to use: - Install - Open up a youtube video - Click on the extension to view the metrics - Scroll through the pages to view metrics
Informasi Dasar Ekstensi
Nama | Youtube Video Dislike and Analyzer |
ID | kopakfipkoacidinaekadjfngamalmfd |
URL Resmi | https://chromewebstore.google.com/detail/youtube-video-dislike-and/kopakfipkoacidinaekadjfngamalmfd |
Deskripsi | Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio. |
Ukuran File | 2.01 MB |
Jumlah Instalasi | 91 |
Versi Saat Ini | 2.3 |
Terakhir Diperbarui | 2021-12-17 |
Tanggal Publikasi | 2021-11-28 |
Penilaian | 3.67/5 Total 6 Penilaian |
Pengembang | Allen Ye |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/allenye66 |
URL Halaman Bantuan | https://github.com/allenye66 |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Video Dislike and Analyzer", "description": "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio.", "version": "2.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |