NoMiner - Block Coin Miners
Easily stop coin miners from using your computer resources.
NoMiner - Block Coin Minersคืออะไร?
NoMiner - Block Coin Miners เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chYer และคุณลักษณะหลักของมันคือ "Easily stop coin miners from using your computer resources."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NoMiner - Block Coin Miners
ดาวน์โหลดไฟล์ส่วนขยาย NoMiner - Block Coin Miners ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
NoMiner - Block Coin Miners is an extension that lets you easily block coin mining domains in your browser. This addon stops "crypto-coin mining" by blocking certain domains. You can see the list of blocked domains on the options page. Moreover, you can edit this list to add or remove desired items. The toolbar button serves as an ON|OFF switch. Badge icon color will also change to adapt itself to the new state. The red icon is when the addon is active and the Grey icon is for the inactive state. When you are browsing the internet, the addon constantly monitors websites for containing crypto-coin miming third-party domains. Once a URL is detected, it instantly blocks it from loading in your browser. This way, no website can use your computer resources to mine digital currencies. Note: to report bugs, please fill the bug report form on the addon homepage (https://mybrowseraddon.com/block-miners.html).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NoMiner - Block Coin Miners |
ID | jfnangjojcioomickmmnfmiadkfhcdmd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nominer-block-coin-miners/jfnangjojcioomickmmnfmiadkfhcdmd |
คำอธิบาย | Easily stop coin miners from using your computer resources. |
ขนาดไฟล์ | 44.2 KB |
จำนวนการติดตั้ง | 25,121 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2023-04-08 |
วันที่เผยแพร่ | 2019-03-16 |
คะแนน | 4.17/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | chYer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mybrowseraddon.com/block-miners.html |
URL หน้าช่วยเหลือ | https://mybrowseraddon.com/block-miners.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.0", "manifest_version": 3, "name": "NoMiner - Block Coin Miners", "permissions": [ "storage", "declarativeNetRequest" ], "homepage_url": "https:\/\/mybrowseraddon.com\/block-miners.html", "description": "Easily stop coin miners from using your computer resources.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "action": { "default_title": "NoMiner - Block Coin Miners", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |