Pirate Bay Ad Remover
Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.
Co to jest Pirate Bay Ad Remover?
Pirate Bay Ad Remover to rozszerzenie Chrome opracowane przez christianvuerings, a jego główną funkcją jest „Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pirate Bay Ad Remover
Pobierz pliki rozszerzeń Pirate Bay Ad Remover 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
Other Features:
* Make the page 100% width Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lloolcmnedpjhdcjpjoelobpagijonnp |
| Oficjalny URL | https://chromewebstore.google.com/detail/pirate-bay-ad-remover/lloolcmnedpjhdcjpjoelobpagijonnp |
| Opis | Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents. |
| Rozmiar pliku | 8.39 KB |
| Liczba instalacji | 2,218 |
| Aktualna Wersja | 1.0.2 |
| Ostatnia Aktualizacja | 2021-11-15 |
| Data Publikacji | 2014-10-03 |
| Ocena | 3.73/5 Łącznie 11 Oceny |
| Deweloper | christianvuerings |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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": []
} | |