MineBlock
Chrome extension that blocks cryptocurrency miners all over the web.
MineBlockคืออะไร?
MineBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย evantotech และคุณลักษณะหลักของมันคือ "Chrome extension that blocks cryptocurrency miners all over the web."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MineBlock
ดาวน์โหลดไฟล์ส่วนขยาย MineBlock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Coin Miner Block is an extremely useful chrome extension that blocks Cryptocurrencies mining scripts. The extension both blocks all requests from coinhive (and other mining scripts) and removes the script from the DOM before it loads. Coin miner block allows you to prevent cryptojacking from miners using your CPU, all over the web. Stop browser coin mining. Don't let cryptojacking corrupt your computer. Changelog 1.2.1: - added new blocking function - small script optimizations
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | moojcepeinhghlmbaggfpogokkobnljk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/mineblock/moojcepeinhghlmbaggfpogokkobnljk |
คำอธิบาย | Chrome extension that blocks cryptocurrency miners all over the web. |
ขนาดไฟล์ | 1000 KB |
จำนวนการติดตั้ง | 396 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2018-02-22 |
วันที่เผยแพร่ | 2018-02-22 |
ผู้พัฒนา | evantotech |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://copacoin.co/ |
URL หน้าช่วยเหลือ | https://copacoin.co/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MineBlock", "description": "Chrome extension that blocks cryptocurrency miners all over the web.", "homepage_url": "https:\/\/copacoin.co\/", "version": "1.0.0", "icons": { "128": "src\/img\/icon.png" }, "manifest_version": 2, "browser_action": { "default_popup": "src\/overview.html" }, "background": { "scripts": [ "src\/js\/block.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", " |