YouTube Expert Mode Halted Ads Skipper
If ad-clips from YouTube cannot be played and you cannot watch certain video, use this chrome extension to force skipping Youtube Ad
YouTube Expert Mode Halted Ads Skipper क्या है?
YouTube Expert Mode Halted Ads Skipper http://beintalk.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "If ad-clips from YouTube cannot be played and you cannot watch certain video, use this chrome extension to force skipping Youtube Ad"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Expert Mode Halted Ads Skipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Youtube Ad halts or lugs and you cannot get to the episode? Need automatically skip unliked video? Use this Chrome extension for fixing these issues. # 3.4.0 Version update Better Halted Ads detection methods # 3.3.1 Version update Works like AdBlock, but don't removes ads, just skips them. # 3.2.0 Version update Huge changes to algorithm. Better halt detection. # 3.1.1 Version update Use Extension settings page for setting AutoSkip unliked videos mode. # 3.0.1 Version update: Use Extension settings page for setting AutoSkip Ads mode.
एक्सटेंशन की मूल जानकारी
नाम | YouTube Expert Mode Halted Ads Skipper |
ID | mgdgfobigpgdajbcodaefjfdigplkpkm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/mgdgfobigpgdajbcodaefjfdigplkpkm |
विवरण | If ad-clips from YouTube cannot be played and you cannot watch certain video, use this chrome extension to force skipping Youtube Ad |
फ़ाइल का आकार | 76.05 KB |
स्थापना संख्या | 384 |
वर्तमान संस्करण | 3.4.1 |
अंतिम अपडेट | 2016-12-21 |
प्रकाशन तिथि | 2016-12-21 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | http://beintalk.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | http://beintalk.com/contact |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Expert Mode Halted Ads Skipper", "short_name": "YouTube Expert Mode", "version": "3.4.1", "description": "If ad-clips from YouTube cannot be played and you cannot watch certain video, use this chrome extension to force skipping Youtube Ad", "homepage_url": "http:\/\/beintalk.com", "options_page": "options.html", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/youtu.be\/*", "*:\/\/youtube.com\/*", "*:\/\/www.youtu.be\/*", "*:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-19-grey.png", "default_title": "YouTube Halted Ads Skipper", "icons": { "48": "icon-48.png", "19": "icon-19-grey.png", "128": "icon-128.png" } }, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "storage", "nativeMessaging", "http:\/\/*\/*", "https:\/\/*\/*" ] } |