X-blocker
Blocks incoming things from the web.
X-blockerคืออะไร?
X-blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rudie Dirkx และคุณลักษณะหลักของมันคือ "Blocks incoming things from the web."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย X-blocker
ดาวน์โหลดไฟล์ส่วนขยาย X-blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
X-blocker blocks anything from any URL you want. You can configure regular expressions to match the URLs you want to block. For instance, block all `nicescroll.js` scripts.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | X-blocker |
ID | klfccdpgijdpcojlaohmnccfpdomgadh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/x-blocker/klfccdpgijdpcojlaohmnccfpdomgadh |
คำอธิบาย | Blocks incoming things from the web. |
ขนาดไฟล์ | 18.7 KB |
จำนวนการติดตั้ง | 817 |
เวอร์ชันปัจจุบัน | 1.10 |
อัปเดตครั้งล่าสุด | 2023-05-13 |
วันที่เผยแพร่ | 2016-03-23 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Rudie Dirkx |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/rudiedirkx/xblocker-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "X-blocker", "description": "Blocks incoming things from the web.", "version": "1.10", "permissions": [ "storage", "declarativeNetRequest" ], "optional_host_permissions": [ "https:\/\/*\/*" ], "background": { "service_worker": "xblocker.sw.js" }, "options_page": "options\/options.html", "action": { "default_title": "X-blocker - Click to toggle & reload", "default_icon": { "128": "images\/128x128.png" } }, "icons": { "128": "images\/128x128.png" }, "manifest_version": 3 } |