Pirate Bay Filter
Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).
Cos'è Pirate Bay Filter?
Pirate Bay Filter è un'estensione di Chrome sviluppata da Yuri C., e la sua funzione principale è "Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pirate Bay Filter
Scarica i file di estensione Pirate Bay Filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).
Informazioni di Base sull'Estensione
Nome | |
ID | ikfoeijjhbjlgadpoojchhdkapaehnbm |
URL Ufficiale | https://chrome.google.com/webstore/detail/pirate-bay-filter/ikfoeijjhbjlgadpoojchhdkapaehnbm |
Descrizione | Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user). |
Dimensione del File | 27.23 KB |
Conteggio Installazioni | 54 |
Versione Corrente | 0.1.4 |
Ultimo Aggiornamento | 2017-08-04 |
Data di Pubblicazione | 2017-08-04 |
Sviluppatore | Yuri C. |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |