Dr. Home

Look for malware in your Chrome.

What is Dr. Home?

Dr. Home is a Chrome extension developed by InfoApp Argentina, and its main feature is "Look for malware in your Chrome.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Dr. Home Extension CRX File

Download Dr. Home 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

                        Dr. Home

Search for malware in your Google Chrome browser, and give you directions to eliminate it.                    

Extension Basic Information

Name Dr. Home Dr. Home
ID fjlgijgohbojdmngbpfpoidomiipkjih
Official URL https://chromewebstore.google.com/detail/dr-home/fjlgijgohbojdmngbpfpoidomiipkjih
Description Look for malware in your Chrome.
File Size 200 KB
Installation Count 5,153
Current Version 1.1
Last Updated 2023-08-25
Publish Date 2018-09-01
Rating 4.46/5 Total 61 Ratings
Developer InfoApp Argentina
Email [email protected]
Payment Type free
Supported Languages en,es,es-419,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dr. Home",
    "version": "1.1",
    "manifest_version": 3,
    "description": "__MSG_manifest_description__",
    "default_locale": "es",
    "icons": {
        "16": "drchrome16.png",
        "48": "drchrome48.png",
        "128": "drchrome128.png"
    },
    "action": {
        "default_title": "Dr. Home",
        "default_icon": {
            "19": "drchrome19.png",
            "38": "drchrome38.png"
        }
    },
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "management"
    ],
    "host_permissions": [
        "file:\/\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}