Pirate Bay Filter
Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).
什么是Pirate Bay Filter?
Pirate Bay Filter是由Yuri C.开发的Chrome扩展程序,该扩展的主要功能是“Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).”。
扩展截图
下载Pirate Bay Filter扩展crx文件
下载Pirate Bay Filter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).
扩展基本信息
名称 | |
ID | ikfoeijjhbjlgadpoojchhdkapaehnbm |
官方URL | https://chrome.google.com/webstore/detail/pirate-bay-filter/ikfoeijjhbjlgadpoojchhdkapaehnbm |
简介 | Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user). |
文件大小 | 27.23 KB |
安装次数 | 54 |
当前版本 | 0.1.4 |
更新时间 | 2017-08-04 |
上架时间 | 2017-08-04 |
开发者 | Yuri C. |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pirate Bay Filter", "version": "0.1.4", "description": "Hides\/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/thepiratebay.org\/*" ] } ] } |