iShield

iShield

What is iShield?

iShield is a Chrome extension developed by https://ishield.org, and its main feature is "iShield".

Extension Screenshots

screenshot
screenshot
screenshot

Download iShield Extension CRX File

Download iShield 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

                        iShield is a smart extension that protects your browser from being hijacked by various malware. 

iShield’s protective layer works behind your computer screen to detect and eliminate any security threats and personal data breaches. 

If you’ve ever experienced extremely slow browsing, constant pop up notifications, suspicious ads and URL redirection, your browser may have been hacked.

It will help you browse safely in  a few simple steps.
Scan your browser
Get rid of malware
Block suspicious sites & pop-up notifications
Start over & repeat for full protection

Full protection includes:
Securing your personal information & online identity
Delivering anti-virus protection, routine security checkups and cleanups
Making sure none of your personal information is stored where you don’t want it to be.
Keeping children safe from inappropriate content with restricted access to specific sites.

Discover safe & secure browsing, with security threats gone for good.

Install now for a 7-Day Free Trial & receive your free security scan. Get fully protected or cancel anytime.                    

Extension Basic Information

Name iShield iShield
ID inmobnngfdpggibljkbcmaikphdhdhac
Official URL https://chromewebstore.google.com/detail/ishield/inmobnngfdpggibljkbcmaikphdhdhac
Description iShield
File Size 11.71 MB
Installation Count 217
Current Version 2.6.1.1
Last Updated 2022-07-26
Publish Date 2021-07-25
Rating 3.00/5 Total 2 Ratings
Developer https://ishield.org
Email [email protected]
Payment Type in_app
Extension Website https://ishield.org
Help Page URL https://www.ishield.org/support
Privacy Policy Page URL https://www.ishield.org/policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iShield",
    "short_name": "iShield",
    "description": "iShield",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "permissions": [
        "management",
        "tabs",
        "storage",
        "contentSettings",
        "history",
        "cookies",
        "idle",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/assets\/Lato-Regular.ttf",
                "content\/assets\/Lato-Black.ttf",
                "content\/assets\/SF-Pro-Text-Regular.otf",
                "content\/assets\/SF-Pro-Text-Semibold.otf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.by5.ishield.com\/*",
                "*:\/\/by2.ishield.com\/*",
                "*:\/\/*.ishield.org\/*",
                "*:\/\/by1.ishield.com\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "content\/notification-initial.css",
                "content\/notification-content.css",
                "content\/notification-content-v2.css",
                "content\/notification-value.css",
                "content\/notification-os-mac.css",
                "content\/notification-os-windows.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/by5.ishield.com\/*",
            "*:\/\/by2.ishield.com\/*",
            "*:\/\/*.ishield.org\/*"
        ]
    },
    "action": {
        "default_icon": "images\/logo_32.png",
        "default_popup": "popup\/popup.html",
        "default_title": "iShield"
    },
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "manifest_version": 3,
    "version": "2.6.1.1"
}