Google Ad Blocker
Blocks Google Ads in search results.
什么是Google Ad Blocker?
Google Ad Blocker是由mm-webconsulting开发的Chrome扩展程序,该扩展的主要功能是“Blocks Google Ads in search results.”。
扩展截图
下载Google Ad Blocker扩展crx文件
下载Google Ad Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Google Ad Blocker entfernt die Werbeanzeigen in den Suchergebnissen. 扩展基本信息
| 名称 | |
| ID | oekldebgglamjinopejlfdefedeodlfe |
| 官方URL | https://chromewebstore.google.com/detail/google-ad-blocker/oekldebgglamjinopejlfdefedeodlfe |
| 简介 | Blocks Google Ads in search results. |
| 文件大小 | 67.84 KB |
| 安装次数 | 1,177 |
| 当前版本 | 1.5 |
| 更新时间 | 2018-02-16 |
| 上架时间 | 2018-02-16 |
| 评分 | 4.20/5 共5次评分 |
| 开发者 | mm-webconsulting |
| 付费类型 | free |
| 扩展官网 | https://www.mm-webconsulting.com/ |
| 帮助页面URL | https://www.mm-webconsulting.com/kontakt.php |
| 支持的语言 | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_Extension_name__",
"description": "__MSG_Extension_description__",
"version": "1.5",
"content_scripts": [
{
"js": [
"jquery-1.11.1.min.js",
"init.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"default_locale": "de",
"icons": {
"128": "icon-128.png"
}
} | |