Pirate Bay Filter
Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).
Co to jest Pirate Bay Filter?
Pirate Bay Filter to rozszerzenie Chrome opracowane przez Yuri C., a jego główną funkcją jest „Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pirate Bay Filter
Pobierz pliki rozszerzeń Pirate Bay Filter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user).
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ikfoeijjhbjlgadpoojchhdkapaehnbm |
Oficjalny URL | https://chrome.google.com/webstore/detail/pirate-bay-filter/ikfoeijjhbjlgadpoojchhdkapaehnbm |
Opis | Hides/highlights unwanted search results for The Pirate Bay (by tag, name, size or user). |
Rozmiar pliku | 27.23 KB |
Liczba instalacji | 54 |
Aktualna Wersja | 0.1.4 |
Ostatnia Aktualizacja | 2017-08-04 |
Data Publikacji | 2017-08-04 |
Deweloper | Yuri C. |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } ] } |