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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में Worth Watching एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |