Pirate Bay Ad Remover
Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.
Pirate Bay Ad Removerとは何ですか?
Pirate Bay Ad Removerはchristianvueringsによって開発されたChromeの拡張機能で、その主な機能は「Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents.」です。
拡張機能のスクリーンショット
Pirate Bay Ad Remover拡張機能のCRXファイルをダウンロード
Pirate Bay Ad Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Other Features: * Make the page 100% width
拡張機能の基本情報
名前 | Pirate Bay Ad Remover |
ID | lloolcmnedpjhdcjpjoelobpagijonnp |
公式URL | https://chromewebstore.google.com/detail/pirate-bay-ad-remover/lloolcmnedpjhdcjpjoelobpagijonnp |
説明 | Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents. |
ファイルサイズ | 8.39 KB |
インストール数 | 2,218 |
現在のバージョン | 1.0.2 |
最終更新日 | 2021-11-15 |
公開日 | 2014-10-03 |
評価 | 3.73/5 合計 11 レビュー |
開発者 | christianvuerings |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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": [] } |