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 擴展基本資訊
| 名稱 | |
| ID | lloolcmnedpjhdcjpjoelobpagijonnp |
| 官方網址 | 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 |
| 電子郵箱 | [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": []
} | |