Native AdBlocker

Blocks Korean Web Ads.

Native AdBlocker란 무엇입니까?

Native AdBlocker은(는) nativehyun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks Korean Web Ads."입니다.

확장 프로그램 스크린샷

screenshot

Native AdBlocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Native AdBlocker은 한국 웹의 광고를 전문적으로 차단하는 광고 차단 플러그인 입니다.
현재 테스트 중 입니다.                    

확장 프로그램 기본 정보

이름 Native AdBlocker Native AdBlocker
ID camfdpcgapdnbokfgemmhdjeoajendmk
공식 URL https://chrome.google.com/webstore/detail/camfdpcgapdnbokfgemmhdjeoajendmk
설명 Blocks Korean Web Ads.
파일 크기 1.21 MB
설치 횟수 27,669
현재 버전 0.5.3
최근 업데이트 2016-06-12
출시 날짜 2016-06-12
평점 4.65/5 총 110 개의 평점
개발자 nativehyun
결제 유형 free
확장 프로그램 웹 사이트 http://blog.nativehyun.xyz
도움말 페이지 URL https://blog.nativehyun.xyz/native-adblocker
지원되는 언어 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Native AdBlocker",
    "version": "0.5.3",
    "default_locale": "ko",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "img\/icon_16.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/browsericons\/icon19.png",
            "38": "img\/browsericons\/icon38.png"
        },
        "default_title": "Native AdBlocker",
        "default_popup": "popup.html"
    },
    "author": "NativeHyun",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/vapi-client.js",
                "js\/contentscript-start.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript-end.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/scriptlets\/subscriber.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "incognito": "split",
    "minimum_chrome_version": "22.0",
    "options_page": "dashboard.html",
    "options_ui": {
        "page": "options_ui.html"
    },
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "NAB",
    "storage": {
        "managed_schema": "managed_storage.json"
    }
}