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
What is YouTube Expert Mode Halted Ads Skipper?
YouTube Expert Mode Halted Ads Skipper is a Chrome extension developed by http://beintalk.com, and its main feature is "If ad-clips from YouTube cannot be played and you cannot watch certain video, use this chrome extension to force skipping Youtube Ad".
Extension Screenshots
Download YouTube Expert Mode Halted Ads Skipper Extension CRX File
Download YouTube Expert Mode Halted Ads Skipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YouTube Expert Mode Halted Ads Skipper |
ID | mgdgfobigpgdajbcodaefjfdigplkpkm |
Official URL | https://chrome.google.com/webstore/detail/mgdgfobigpgdajbcodaefjfdigplkpkm |
Description | If ad-clips from YouTube cannot be played and you cannot watch certain video, use this chrome extension to force skipping Youtube Ad |
File Size | 76.05 KB |
Installation Count | 384 |
Current Version | 3.4.1 |
Last Updated | 2016-12-21 |
Publish Date | 2016-12-21 |
Rating | 3.00/5 Total 2 Ratings |
Developer | http://beintalk.com |
[email protected] | |
Payment Type | free |
Help Page URL | http://beintalk.com/contact |
Supported Languages | 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:\/\/*\/*" ] } |