Native AdBlocker

Blocks Korean Web Ads.

What is Native AdBlocker?

Native AdBlocker is a Chrome extension developed by nativehyun, and its main feature is "Blocks Korean Web Ads.".

Extension Screenshots

screenshot

Download Native AdBlocker Extension CRX File

Download Native AdBlocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Native AdBlocker Native AdBlocker
ID camfdpcgapdnbokfgemmhdjeoajendmk
Official URL https://chrome.google.com/webstore/detail/camfdpcgapdnbokfgemmhdjeoajendmk
Description Blocks Korean Web Ads.
File Size 1.21 MB
Installation Count 27,669
Current Version 0.5.3
Last Updated 2016-06-12
Publish Date 2016-06-12
Rating 4.65/5 Total 110 Ratings
Developer nativehyun
Payment Type free
Extension Website http://blog.nativehyun.xyz
Help Page URL https://blog.nativehyun.xyz/native-adblocker
Supported Languages 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"
    }
}