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”。

擴展截圖

screenshot

下載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 YouTube Expert Mode Halted Ads Skipper
ID mgdgfobigpgdajbcodaefjfdigplkpkm
官方網址 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:\/\/*\/*"
    ]
}