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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย christianvuerings และคุณลักษณะหลักของมันคือ "Removes the ads from thepiratebay.org. The Pirate Bay is a website that indexes torrents."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pirate Bay Ad Remover
ดาวน์โหลดไฟล์ส่วนขยาย Pirate Bay Ad Remover ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Other Features:
* Make the page 100% width ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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 |
| อีเมล | [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": []
} | |