Native AdBlocker
Blocks Korean Web Ads.
Wat is Native AdBlocker?
Native AdBlocker is een Chrome-extensie ontwikkeld door nativehyun, en de belangrijkste functie is "Blocks Korean Web Ads.".
Extensie Screenshots
Download het CRX-bestand van de extensie Native AdBlocker
Download Native AdBlocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Native AdBlocker은 한국 웹의 광고를 전문적으로 차단하는 광고 차단 플러그인 입니다. 현재 테스트 중 입니다.
Basisinformatie over de Extensie
Naam | |
ID | camfdpcgapdnbokfgemmhdjeoajendmk |
Officiële URL | https://chrome.google.com/webstore/detail/camfdpcgapdnbokfgemmhdjeoajendmk |
Beschrijving | Blocks Korean Web Ads. |
Bestandsgrootte | 1.21 MB |
Aantal Installaties | 27,669 |
Huidige Versie | 0.5.3 |
Laatst Bijgewerkt | 2016-06-12 |
Publicatiedatum | 2016-06-12 |
Beoordeling | 4.65/5 Totaal 110 Beoordelingen |
Ontwikkelaar | nativehyun |
Betalingswijze | free |
Extensiewebsite | http://blog.nativehyun.xyz |
Help Pagina-URL | https://blog.nativehyun.xyz/native-adblocker |
Ondersteunde Talen | 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" } } |