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.
Youtube Video Dislike and Analyzerคืออะไร?
Youtube Video Dislike and Analyzer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Allen Ye และคุณลักษณะหลักของมันคือ "Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Video Dislike and Analyzer
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Video Dislike and Analyzer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube Video Dislike and Analyzer |
ID | kopakfipkoacidinaekadjfngamalmfd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-video-dislike-and/kopakfipkoacidinaekadjfngamalmfd |
คำอธิบาย | Determines if a Youtube video is worth watching by analyzing the video's like and view count and provides the ratio. |
ขนาดไฟล์ | 2.01 MB |
จำนวนการติดตั้ง | 91 |
เวอร์ชันปัจจุบัน | 2.3 |
อัปเดตครั้งล่าสุด | 2021-12-17 |
วันที่เผยแพร่ | 2021-11-28 |
คะแนน | 3.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Allen Ye |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/allenye66 |
URL หน้าช่วยเหลือ | https://github.com/allenye66 |
ภาษาที่รองรับ | 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" ] } |