Miners Shield

Blocks cryptocurrency miners all over the web.

Miners Shieldคืออะไร?

Miners Shield เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dimitar.rangelov9 และคุณลักษณะหลักของมันคือ "Blocks cryptocurrency miners all over the web."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Miners Shield

ดาวน์โหลดไฟล์ส่วนขยาย Miners Shield ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Miners Shield is #1 Miner Blocker, helps to stop coin miners, cryptojackers and block mining scripts from your CPU. Best MinerBlock tool.

Miners Shield is the most trusted MinerBlocker, which blocks hidden miners on each website you visit! Miners Shield is preventing cryptojacking scripts from mining using your CPU.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Miners Shield Miners Shield
ID kenkfifencmkppalflbkaiigbkgljkno
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/miners-shield/kenkfifencmkppalflbkaiigbkgljkno
คำอธิบาย Blocks cryptocurrency miners all over the web.
ขนาดไฟล์ 193 KB
จำนวนการติดตั้ง 114
เวอร์ชันปัจจุบัน 0.1.6
อัปเดตครั้งล่าสุด 2017-10-30
วันที่เผยแพร่ 2017-10-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา dimitar.rangelov9
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Miners Shield ",
    "description": "Blocks cryptocurrency miners all over the web.",
    "version": "0.1.6",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "19": "icons\/icon.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "icons": [
            "icons\/icon.png"
        ],
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "js\/minerkill.js"
    ]
}