iShield

iShield

Was ist iShield?

iShield ist eine Chrome-Erweiterung, die von https://ishield.org entwickelt wurde, und ihr Hauptmerkmal ist "iShield".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

iShield-Erweiterungs-CRX-Datei herunterladen

Laden Sie iShield-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name iShield iShield
ID inmobnngfdpggibljkbcmaikphdhdhac
Offizielle URL https://chromewebstore.google.com/detail/ishield/inmobnngfdpggibljkbcmaikphdhdhac
Beschreibung iShield
Dateigröße 11.71 MB
Installationsanzahl 217
Aktuelle Version 2.6.1.1
Letztes Update 2022-07-26
Veröffentlichungsdatum 2021-07-25
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://ishield.org
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://ishield.org
Hilfeseite URL https://www.ishield.org/support
URL der Datenschutzrichtlinien-Seite https://www.ishield.org/policy
Unterstützte Sprachen 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"
}