Native AdBlocker
Blocks Korean Web Ads.
Cos'è Native AdBlocker?
Native AdBlocker è un'estensione di Chrome sviluppata da nativehyun, e la sua funzione principale è "Blocks Korean Web Ads.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Native AdBlocker
Scarica i file di estensione Native AdBlocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Native AdBlocker은 한국 웹의 광고를 전문적으로 차단하는 광고 차단 플러그인 입니다.
현재 테스트 중 입니다. Informazioni di Base sull'Estensione
| Nome | |
| ID | camfdpcgapdnbokfgemmhdjeoajendmk |
| URL Ufficiale | https://chrome.google.com/webstore/detail/camfdpcgapdnbokfgemmhdjeoajendmk |
| Descrizione | Blocks Korean Web Ads. |
| Dimensione del File | 1.21 MB |
| Conteggio Installazioni | 27,669 |
| Versione Corrente | 0.5.3 |
| Ultimo Aggiornamento | 2016-06-12 |
| Data di Pubblicazione | 2016-06-12 |
| Valutazione | 4.65/5 Totale 110 Valutazioni |
| Sviluppatore | nativehyun |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://blog.nativehyun.xyz |
| URL della Pagina di Aiuto | https://blog.nativehyun.xyz/native-adblocker |
| Lingue Supportate | 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"
}
} | |