Find Evil

IOC Search

What is Find Evil?

Find Evil is a Chrome extension developed by Jason Mueller, and its main feature is "IOC Search".

Download Find Evil Extension CRX File

Download Find Evil extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Find Evil Find Evil
ID hhcieodfogljjlpellpkjklfiafmimod
Official URL https://chrome.google.com/webstore/detail/find-evil/hhcieodfogljjlpellpkjklfiafmimod
Description IOC Search
File Size 8.69 KB
Installation Count 161
Current Version 0.2
Last Updated 2018-04-25
Publish Date 2018-04-25
Rating 5.00/5 Total 1 Ratings
Developer Jason Mueller
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find Evil",
    "description": "IOC Search",
    "version": "0.2",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "dna.png",
        "48": "dna.png",
        "128": "dna.png"
    },
    "browser_action": {
        "default_icon": "dna.png"
    },
    "manifest_version": 2
}