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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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:\/\/*\/*"
    ]
}