Amazon Adblocker
Simple Amazon ad blocker
什么是Amazon Adblocker?
Amazon Adblocker是由DiegoSolorzano开发的Chrome扩展程序,该扩展的主要功能是“Simple Amazon ad blocker”。
扩展截图
下载Amazon Adblocker扩展crx文件
下载Amazon Adblocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Blocks all Amazon Ads like the sponsored products and banners. Once the extension is installed you can enjoy Amazon without ads. Note: Right now it only works with amazon.com and amazon.com.mx
扩展基本信息
名称 | Amazon Adblocker |
ID | odkejfinkopadmgookpcdgpdcgfnnoim |
官方URL | https://chromewebstore.google.com/detail/amazon-adblocker/odkejfinkopadmgookpcdgpdcgfnnoim |
简介 | Simple Amazon ad blocker |
文件大小 | 10.15 KB |
安装次数 | 80 |
当前版本 | 1.0.0 |
更新时间 | 2021-08-26 |
上架时间 | 2021-08-25 |
评分 | 5.00/5 共2次评分 |
开发者 | DiegoSolorzano |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Adblocker", "description": "Simple Amazon ad blocker", "manifest_version": 3, "version": "1.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com.mx\/*" ], "js": [ "content.js" ], "all_frames": false, "run_at": "document_end" } ] } |