Native AdBlocker
Blocks Korean Web Ads.
Qu'est-ce que Native AdBlocker ?
Native AdBlocker est une extension Chrome développée par nativehyun, et sa fonction principale est "Blocks Korean Web Ads.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Native AdBlocker
Téléchargez les fichiers d'extension Native AdBlocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Native AdBlocker은 한국 웹의 광고를 전문적으로 차단하는 광고 차단 플러그인 입니다. 현재 테스트 중 입니다.
Informations de Base sur l'Extension
Nom | |
ID | camfdpcgapdnbokfgemmhdjeoajendmk |
URL Officiel | https://chrome.google.com/webstore/detail/camfdpcgapdnbokfgemmhdjeoajendmk |
Description | Blocks Korean Web Ads. |
Taille du Fichier | 1.21 MB |
Nombre d'Installations | 27,669 |
Version Actuelle | 0.5.3 |
Dernière Mise à Jour | 2016-06-12 |
Date de Publication | 2016-06-12 |
Évaluation | 4.65/5 Total 110 Évaluations |
Développeur | nativehyun |
Type de Paiement | free |
Site Web de l'Extension | http://blog.nativehyun.xyz |
URL de la Page d'Aide | https://blog.nativehyun.xyz/native-adblocker |
Langues Prises en Charge | 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" } } |