Skip Hulu Ads (Sort of)
This extension warns you when Hulu ads are over
Skip Hulu Ads (Sort of) क्या है?
Skip Hulu Ads (Sort of) Trufa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension warns you when Hulu ads are over"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Skip Hulu Ads (Sort of) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will add a text input box right beside the search box in every hulu.com page. To use, when an ad comes, just copy the amount of seconds left in the ad in the box and hit return [See screenshot 1]. Mute the sound if you wish, and go do whatever you like, an alert will notify you when the time is done, un-mute the volume [See screenshot 2]. --- Since there might not be a way to actually skip the ads, I guess this is the second best.
एक्सटेंशन की मूल जानकारी
नाम | Skip Hulu Ads (Sort of) |
ID | jhgpnofhcebhlkicgoibckmfgmncdkmh |
आधिकारिक URL | https://chromewebstore.google.com/detail/skip-hulu-ads-sort-of/jhgpnofhcebhlkicgoibckmfgmncdkmh |
विवरण | This extension warns you when Hulu ads are over |
फ़ाइल का आकार | 55.73 KB |
स्थापना संख्या | 295 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2013-04-15 |
प्रकाशन तिथि | 2013-04-15 |
रेटिंग | 2.00/5 कुल 24 रेटिंग्स |
डेवलपर | Trufa |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://trufa.github.io/Skip-Hulu-ads-sort-of/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "web_accessible_resources": [ "images\/hourglass.png" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This extension warns you when Hulu ads are over", "name": "Skip Hulu Ads (Sort of)", "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png", "16": "images\/icon16.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.hulu.com\/*" ], "js": [ "jquery.min.js", "script.js" ] } ], "manifest_version": 2, "version": "1.2" } |