WAB - Wise Ads Block

Removes annoying ads

WAB - Wise Ads Block란 무엇입니까?

WAB - Wise Ads Block은(는) Lart에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes annoying ads"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

WAB - Wise Ads Block 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        WAB  - is a wise add blocking. WAB can block many types of annoying ads, like ones interrupting film, while you are watching them on range of popular sites - ex.ua,megogo.net,youtube.com, kinogo.co.

With our product there is no need to wait for irritating ads to stop. Due to detailed research we have figured out what exactly is needed to be blocked, so don’t worry – you will not miss anything important. 

We are not aiming to block all internet ads, as we realize that many sites survive due to it. We only try to help you to get rid of annoying information, which appears above content you need, not allowing you to get access to that information.                    

확장 프로그램 기본 정보

이름 WAB - Wise Ads Block WAB - Wise Ads Block
ID alcmakjhknigccfidaelkafjmfifkhkc
공식 URL https://chrome.google.com/webstore/detail/wab-wise-ads-block/alcmakjhknigccfidaelkafjmfifkhkc
설명 Removes annoying ads
파일 크기 293 KB
설치 횟수 30,000
현재 버전 5.8
최근 업데이트 2016-05-19
출시 날짜 2016-05-19
평점 3.76/5 총 413 개의 평점
개발자 Lart
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_title__",
    "short_name": "WAB",
    "description": "__MSG_app_description__",
    "version": "5.8",
    "default_locale": "en",
    "author": "Lart ",
    "background": {
        "scripts": [
            "libs\/jquery-2.0.3.min.js",
            "libs\/functions.js",
            "libs\/elementTypes.js",
            "libs\/core.js",
            "libs\/stats.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/wab.lart.com.ua https:\/\/wab.oweb.loc; object-src 'self'",
    "web_accessible_resources": [
        "libs\/jquery-2.0.3.min.js",
        "libs\/html_checker.js"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "libs\/jquery-2.0.3.min.js",
                "libs\/functions.js",
                "libs\/html_checker.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}