Pirate Bay Ad Remover
Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.
什么是Pirate Bay Ad Remover?
Pirate Bay Ad Remover是由christianvuerings开发的Chrome扩展程序,该扩展的主要功能是“Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.”。
扩展截图
下载Pirate Bay Ad Remover扩展crx文件
下载Pirate Bay Ad Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Other Features: * Make the page 100% width
扩展基本信息
名称 | Pirate Bay Ad Remover |
ID | lloolcmnedpjhdcjpjoelobpagijonnp |
官方URL | https://chromewebstore.google.com/detail/pirate-bay-ad-remover/lloolcmnedpjhdcjpjoelobpagijonnp |
简介 | Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents. |
文件大小 | 8.39 KB |
安装次数 | 2,218 |
当前版本 | 1.0.2 |
更新时间 | 2021-11-15 |
上架时间 | 2014-10-03 |
评分 | 3.73/5 共11次评分 |
开发者 | christianvuerings |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pirate Bay Ad Remover", "short_name": "PB Ad Remover", "version": "1.0.2", "manifest_version": 2, "description": "Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.", "content_scripts": [ { "js": [ "js\/piratebay-ad-remover.js" ], "matches": [ "http:\/\/*.thepiratebay.ac\/*", "https:\/\/*.thepiratebay.ac\/*", "http:\/\/*.thepiratebay.pe\/*", "https:\/\/*.thepiratebay.pe\/*", "http:\/\/*.thepiratebay.org\/*", "https:\/\/*.thepiratebay.org\/*", "http:\/\/*.thepiratebay.se\/*", "https:\/\/*.thepiratebay.se\/*", "http:\/\/*.thepiratebay.gl\/*", "https:\/\/*.thepiratebay.gl\/*", "http:\/\/*.thepiratebay.is\/*", "https:\/\/*.thepiratebay.is\/*", "http:\/\/*.thepiratebay.sx\/*", "https:\/\/*.thepiratebay.sx\/*", "http:\/\/*.depiraatbaai.be\/*", "https:\/\/*.depiraatbaai.be\/*", "http:\/\/194.71.107.80\/*", "https:\/\/194.71.107.80\/*" ] } ], "icons": { "32": "piratebay-ad-remover-32.png", "64": "piratebay-ad-remover-64.png", "128": "piratebay-ad-remover-128.png" }, "permissions": [] } |