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によって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
YouTube Expert Mode Halted Ads Skipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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:\/\/*\/*" ] } |