VNSHIELD - TƯỜNG LỬA
VNSHIELD ! Free ads blocker for Chrome that blocks all annoying ads, popup, malware and tracking.
VNSHIELD - TƯỜNG LỬAとは何ですか?
VNSHIELD - TƯỜNG LỬAはDMTによって開発されたChromeの拡張機能で、その主な機能は「VNSHIELD ! Free ads blocker for Chrome that blocks all annoying ads, popup, malware and tracking.」です。
拡張機能のスクリーンショット
VNSHIELD - TƯỜNG LỬA拡張機能のCRXファイルをダウンロード
VNSHIELD - TƯỜNG LỬA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
VNSHIELD - TƯỜNG LỬA is the most popular ad blocker ever, and also supports websites by not blocking unobtrusive ads by default (configurable).
BLOCKING FEATURES
· All annoying ads
· Youtube video ads
· Facebook ads & other annoyances
· Malware
· Third party tracking 拡張機能の基本情報
| 名前 | |
| ID | eclakicbdanpgmpkecgmoeceghgjdeag |
| 公式URL | https://chromewebstore.google.com/detail/vnshield-t%C6%B0%E1%BB%9Dng-l%E1%BB%ADa/eclakicbdanpgmpkecgmoeceghgjdeag |
| 説明 | VNSHIELD ! Free ads blocker for Chrome that blocks all annoying ads, popup, malware and tracking. |
| ファイルサイズ | 1.32 MB |
| インストール数 | 3,443 |
| 現在のバージョン | 5.0.2 |
| 最終更新日 | 2016-05-29 |
| 公開日 | 2016-05-28 |
| 評価 | 4.50/5 合計 151 レビュー |
| 開発者 | DMT |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.facebook.com/DMT.SERVICE |
| ヘルプページのURL | https://www.facebook.com/DMT.SERVICE |
| 対応言語 | en |
| manifest.json | |
{
"author": "All uBlock Origin contributors & ZenMate & EDIT - DMT",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": {
"19": "img\/browsericons\/icon19.png",
"38": "img\/browsericons\/icon38.png"
},
"default_popup": "popup.html",
"default_title": "VNSHIELD - FIREWALL"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"js\/vapi-client.js",
"js\/contentscript-start.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
},
{
"all_frames": true,
"js": [
"js\/contentscript-end.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
},
{
"all_frames": false,
"js": [
"js\/scriptlets\/subscriber.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_idle"
}
],
"default_locale": "en",
"description": "__MSG_extShortDesc__",
"icons": {
"128": "img\/icon_128.png",
"16": "img\/icon_16.png"
},
"incognito": "split",
"manifest_version": 2,
"minimum_chrome_version": "22.0",
"name": "VNSHIELD - T\u01af\u1edcNG L\u1eecA",
"options_page": "dashboard.html",
"options_ui": {
"page": "options_ui.html"
},
"permissions": [
"contextMenus",
"privacy",
"storage",
"tabs",
"unlimitedStorage",
"webNavigation",
"webRequest",
"webRequestBlocking",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"short_name": "VNSHIELD",
"storage": {
"managed_schema": "managed_storage.json"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "5.0.2"
} | |