Pirate Bay Ad Remover
Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.
Vad är Pirate Bay Ad Remover?
Pirate Bay Ad Remover är en Chrome-tillägg utvecklad av christianvuerings, och dess huvudfunktion är "Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.".
Tilläggsskärmbilder
Ladda ner Pirate Bay Ad Remover-förlängningens CRX-fil
Ladda ner Pirate Bay Ad Remover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Other Features:
* Make the page 100% width Grundläggande Information om Tillägg
| Namn | |
| ID | lloolcmnedpjhdcjpjoelobpagijonnp |
| Officiell webbadress | https://chromewebstore.google.com/detail/pirate-bay-ad-remover/lloolcmnedpjhdcjpjoelobpagijonnp |
| Beskrivning | Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents. |
| Filstorlek | 8.39 KB |
| Antal Installationer | 2,218 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2021-11-15 |
| Publiceringsdatum | 2014-10-03 |
| Betyg | 3.73/5 Totalt 11 Betyg |
| Utvecklare | christianvuerings |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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": []
} | |