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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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"
} | |