Native AdBlocker
Blocks Korean Web Ads.
Hvad er Native AdBlocker?
Native AdBlocker er en Chrome-udvidelse udviklet af nativehyun, og dens hovedfunktion er "Blocks Korean Web Ads.".
Udvidelsesskærmbilleder
Download Native AdBlocker-udvidelses-CRX-fil
Download Native AdBlocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Native AdBlocker은 한국 웹의 광고를 전문적으로 차단하는 광고 차단 플러그인 입니다.
현재 테스트 중 입니다. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | camfdpcgapdnbokfgemmhdjeoajendmk |
| Officiel URL | https://chrome.google.com/webstore/detail/camfdpcgapdnbokfgemmhdjeoajendmk |
| Beskrivelse | Blocks Korean Web Ads. |
| Filstørrelse | 1.21 MB |
| Antal Installationer | 27,669 |
| Nuværende Version | 0.5.3 |
| Senest Opdateret | 2016-06-12 |
| Udgivelsesdato | 2016-06-12 |
| Bedømmelse | 4.65/5 Samlet 110 Bedømmelser |
| Udvikler | nativehyun |
| Betalingsmetode | free |
| Udvidelseswebsted | http://blog.nativehyun.xyz |
| Hjælpeside-URL | https://blog.nativehyun.xyz/native-adblocker |
| Understøttede Sprog | 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"
}
} | |