Native AdBlocker
Blocks Korean Web Ads.
Was ist Native AdBlocker?
Native AdBlocker ist eine Chrome-Erweiterung, die von nativehyun entwickelt wurde, und ihr Hauptmerkmal ist "Blocks Korean Web Ads.".
Erweiterungsscreenshots
Native AdBlocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Native AdBlocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Native AdBlocker은 한국 웹의 광고를 전문적으로 차단하는 광고 차단 플러그인 입니다.
현재 테스트 중 입니다. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | camfdpcgapdnbokfgemmhdjeoajendmk |
| Offizielle URL | https://chrome.google.com/webstore/detail/camfdpcgapdnbokfgemmhdjeoajendmk |
| Beschreibung | Blocks Korean Web Ads. |
| Dateigröße | 1.21 MB |
| Installationsanzahl | 27,669 |
| Aktuelle Version | 0.5.3 |
| Letztes Update | 2016-06-12 |
| Veröffentlichungsdatum | 2016-06-12 |
| Bewertung | 4.65/5 Insgesamt 110 Bewertungen |
| Entwickler | nativehyun |
| Zahlungsart | free |
| Erweiterungswebsite | http://blog.nativehyun.xyz |
| Hilfeseite URL | https://blog.nativehyun.xyz/native-adblocker |
| Unterstützte Sprachen | 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"
}
} | |