Aenomaly Ad Blocker + Search Engine
Aenomaly Ad Blocker + Privacy Search Engine
什么是Aenomaly Ad Blocker + Search Engine?
Aenomaly Ad Blocker + Search Engine是由ÆNOMALY开发的Chrome扩展程序,该扩展的主要功能是“Aenomaly Ad Blocker + Privacy Search Engine”。
扩展截图
下载Aenomaly Ad Blocker + Search Engine扩展crx文件
下载Aenomaly Ad Blocker + Search Engine扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
BROWSE THE INTERNET WITH NO ANNOYING ADS.
Experience a cleaner, faster internet by blocking annoying ads.
Block intrusive Ads.
Block unwanted Websites.
Search the internet in Privacy. 扩展基本信息
| 名称 | |
| ID | liledmkcnejjjnoedaopnkibcklgcmei |
| 官方URL | https://chrome.google.com/webstore/detail/aenomaly-ad-blocker-+-sea/liledmkcnejjjnoedaopnkibcklgcmei |
| 简介 | Aenomaly Ad Blocker + Privacy Search Engine |
| 文件大小 | 3.39 MB |
| 安装次数 | 1,000 |
| 当前版本 | 1.18.17 |
| 更新时间 | 2019-05-25 |
| 上架时间 | 2019-05-25 |
| 评分 | 4.83/5 共18次评分 |
| 开发者 | ÆNOMALY |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://aenomaly.com |
| 帮助页面URL | https://t.me/aenomaly |
| 支持的语言 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"author": "Aenomaly Development Team",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": {
"16": "img\/icon_16.png",
"32": "img\/icon_32.png"
},
"default_popup": "popup.html",
"default_title": "Aenomaly Blocker"
},
"commands": {
"launch-element-picker": {
"description": "__MSG_popupTipPicker__"
},
"launch-element-zapper": {
"description": "__MSG_popupTipZapper__"
},
"launch-logger": {
"description": "__MSG_popupTipLog__"
}
},
"content_scripts": [
{
"all_frames": true,
"js": [
"\/js\/vapi.js",
"\/js\/vapi-client.js",
"\/js\/contentscript.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
},
{
"all_frames": false,
"js": [
"\/js\/scriptlets\/subscriber.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_idle"
}
],
"default_locale": "en",
"description": "Aenomaly Ad Blocker + Privacy Search Engine",
"icons": {
"128": "img\/icon_128.png",
"16": "img\/icon_16.png",
"32": "img\/icon_32.png",
"64": "img\/icon_64.png"
},
"incognito": "split",
"manifest_version": 2,
"minimum_chrome_version": "51.0",
"name": "Aenomaly Ad Blocker + Search Engine",
"options_ui": {
"open_in_tab": true,
"page": "dashboard.html"
},
"permissions": [
"contextMenus",
"privacy",
"storage",
"tabs",
"unlimitedStorage",
"webNavigation",
"webRequest",
"webRequestBlocking",
" | |