Worth Watching
Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click.
Worth Watchingคืออะไร?
Worth Watching เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.willseph.com และคุณลักษณะหลักของมันคือ "Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Worth Watching
ดาวน์โหลดไฟล์ส่วนขยาย Worth Watching ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
By installing Worth Watching, you will be able to quickly see how users feel about videos on YouTube directly on their thumbnails. Instead of having to visit the video to view the like/dislike ratio, a bar is inserted at the top of the video's thumbnail showing the ratio right there. This works on video thumbnails across the site, including search results, sidebar suggestions and channel pages.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | acjkikepamfjiflhijkcfbomipakiafd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/worth-watching/acjkikepamfjiflhijkcfbomipakiafd |
คำอธิบาย | Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click. |
ขนาดไฟล์ | 48.69 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2014-05-29 |
วันที่เผยแพร่ | 2014-05-29 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://www.willseph.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Worth Watching", "author": "William Thomas", "homepage_url": "http:\/\/www.willseph.com\/", "version": "1.0.0", "manifest_version": 2, "description": "Adds a ratings bar to video thumbnails on YouTube, giving you a quick glance of the general consensus without having to click.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "http:\/\/*.youtube.com\/*", "http:\/\/youtube.com\/*", "https:\/\/*.youtube.com\/*", "https:\/\/youtube.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "http:\/\/youtube.com\/*", "https:\/\/*.youtube.com\/*", "https:\/\/youtube.com\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "libs\/jquery\/jquery-1.11.1.min.js", "src\/inject\/inject.js" ] } ] } |