Amazon MiniTV AdBlocker
Blocks ads in Amazon MiniTV
什么是Amazon MiniTV AdBlocker?
Amazon MiniTV AdBlocker是由thegeekestofall开发的Chrome扩展程序,该扩展的主要功能是“Blocks ads in Amazon MiniTV”。
扩展截图
下载Amazon MiniTV AdBlocker扩展crx文件
下载Amazon MiniTV AdBlocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension blocks the ads coming from the amazon servers to the users. The extensions helps the users to get a seamless content experience.
扩展基本信息
名称 | Amazon MiniTV AdBlocker |
ID | nlkkhdidnadclaajbpmhihbeccellili |
官方URL | https://chromewebstore.google.com/detail/amazon-minitv-adblocker/nlkkhdidnadclaajbpmhihbeccellili |
简介 | Blocks ads in Amazon MiniTV |
文件大小 | 10.44 KB |
安装次数 | 1,644 |
当前版本 | 0.2 |
更新时间 | 2023-12-28 |
上架时间 | 2023-01-28 |
评分 | 2.14/5 共7次评分 |
开发者 | thegeekestofall |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon MiniTV AdBlocker", "manifest_version": 3, "version": "0.2", "description": "Blocks ads in Amazon MiniTV", "background": { "service_worker": "background.js" }, "permissions": [ "declarativeNetRequest" ], "icons": { "32": "\/files\/i2.png", "48": "\/files\/ii3.png" } } |