CoinEater

CoinEater protects you against the threat of cryptojacking.

CoinEaterคืออะไร?

CoinEater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "CoinEater protects you against the threat of cryptojacking."

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

screenshot

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

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

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

                        CoinEater blocks crypto-miners such as Coinhive. It's blocklist is based on regular Internet-wide security scans which are conducted within a scientific research project.

Made by the Institute of IT Security Research (https://www.fhstp.ac.at/en/research/institute-of-it-security-research) at the St. Pölten University of Applied Sciences

In our research project PriSAd we examined cryptojacking on the web. Cryptojacking is the process of mining for cryptocurrencies inside a website visitor's web browser without their consent. While doing this with the consent of the user, for instance to replace incomes from advertisements, it is a legitimate application. Cryptojacking, however, abuses the user's resources such as the battery of a mobile device.

We periodically scan the Alexa Top 1 million websites for cryptojacking and perform various analyses. Additionally, we use the results to create a blocklist, which effectively blocks hidden cryptojacking on the web.


CoinEater is open source software and licensed under MIT. It is a fork of NoCoin (https://github.com/keraf/NoCoin) and the source code is available on Github: https://github.com/fhstp/CoinEater
The icons are derivatives of the following original work: Icons made by Smashicons (https://www.flaticon.com/authors/smashicons) and Freepik (http://www.freepik.com) from http://www.flaticon.com are licensed by CC 3.0 BY.
This work has been supported by the Austrian Research Promotion Agency under grant 853264 (PriSAd).                    

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

ชื่อ CoinEater CoinEater
ID mphghokdjcoojfjbmldmjodgmbjchnlp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coineater/mphghokdjcoojfjbmldmjodgmbjchnlp
คำอธิบาย CoinEater protects you against the threat of cryptojacking.
ขนาดไฟล์ 34.15 KB
จำนวนการติดตั้ง 863
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2019-04-02
วันที่เผยแพร่ 2019-04-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/fhstp/CoinEater
URL หน้าช่วยเหลือ https://github.com/fhstp/CoinEater
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CoinEater",
    "description": "CoinEater protects you against the threat of cryptojacking.",
    "version": "0.1.3",
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "img\/logo_enabled.png"
    },
    "browser_action": {
        "default_title": "CoinEater",
        "default_icon": {
            "128": "img\/logo_enabled.png"
        },
        "default_popup": "view\/popup.html"
    },
    "manifest_version": 2,
    "author": "Institute of IT Security Research"
}