Pirate Bay Filter
Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).
What is Pirate Bay Filter?
Pirate Bay Filter is a Chrome extension developed by Yuri C., and its main feature is "Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).".
Extension Screenshots
Download Pirate Bay Filter Extension CRX File
Download Pirate Bay Filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).
Extension Basic Information
Name | |
ID | ikfoeijjhbjlgadpoojchhdkapaehnbm |
Official URL | https://chrome.google.com/webstore/detail/pirate-bay-filter/ikfoeijjhbjlgadpoojchhdkapaehnbm |
Description | Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user). |
File Size | 27.23 KB |
Installation Count | 54 |
Current Version | 0.1.4 |
Last Updated | 2017-08-04 |
Publish Date | 2017-08-04 |
Developer | Yuri C. |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |