Explode the Web!
Explode web pages that contain data trackers!
Explode the Web!คืออะไร?
Explode the Web! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sneakaway.studio และคุณลักษณะหลักของมันคือ "Explode web pages that contain data trackers!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Explode the Web!
ดาวน์โหลดไฟล์ส่วนขยาย Explode the Web! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A browser extension that explodes web pages with third party trackers. Reload the page to reset it. See it in action here https://youtu.be/hZuIVJTz8N0
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Explode the Web! |
ID | dmedbnfdhjfppcgbccpfaigicbnajhod |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/explode-the-web/dmedbnfdhjfppcgbccpfaigicbnajhod |
คำอธิบาย | Explode web pages that contain data trackers! |
ขนาดไฟล์ | 128 KB |
จำนวนการติดตั้ง | 1,111 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2022-01-13 |
วันที่เผยแพร่ | 2019-07-01 |
คะแนน | 3.15/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | https://sneakaway.studio |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/sneakaway-studio/explode-the-web |
URL หน้านโยบายความเป็นส่วนตัว | https://tallysavestheinternet.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Explode the Web!", "description": "Explode web pages that contain data trackers!", "version": "1.2.2", "manifest_version": 2, "icons": { "16": "assets\/img\/explode-icon16.png", "48": "assets\/img\/explode-icon48.png", "64": "assets\/img\/explode-icon64.png", "128": "assets\/img\/explode-icon128.png" }, "browser_action": { "default_icon": { "16": "assets\/img\/explode-icon16.png", "48": "assets\/img\/explode-icon48.png" }, "default_title": "Explode Tracked Web Pages!", "default_popup": "assets\/pages\/popup.html" }, "background": { "scripts": [] }, "content_scripts": [ { "matches": [ " |