Pirate Bay Ad Remover
Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.
Cos'è Pirate Bay Ad Remover?
Pirate Bay Ad Remover è un'estensione di Chrome sviluppata da christianvuerings, e la sua funzione principale è "Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pirate Bay Ad Remover
Scarica i file di estensione Pirate Bay Ad Remover 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
Other Features: * Make the page 100% width
Informazioni di Base sull'Estensione
Nome | Pirate Bay Ad Remover |
ID | lloolcmnedpjhdcjpjoelobpagijonnp |
URL Ufficiale | https://chromewebstore.google.com/detail/pirate-bay-ad-remover/lloolcmnedpjhdcjpjoelobpagijonnp |
Descrizione | Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents. |
Dimensione del File | 8.39 KB |
Conteggio Installazioni | 2,218 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2021-11-15 |
Data di Pubblicazione | 2014-10-03 |
Valutazione | 3.73/5 Totale 11 Valutazioni |
Sviluppatore | christianvuerings |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [] } |