iShield

iShield

Τι είναι το iShield;

Το iShield είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ishield.org, και η κύρια λειτουργία του είναι "iShield".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης iShield

Λήψη αρχείων επέκτασης iShield σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα iShield iShield
ID inmobnngfdpggibljkbcmaikphdhdhac
Επίσημο URL https://chromewebstore.google.com/detail/ishield/inmobnngfdpggibljkbcmaikphdhdhac
Περιγραφή iShield
Μέγεθος Αρχείου 11.71 MB
Αριθμός Εγκαταστάσεων 217
Τρέχουσα Έκδοση 2.6.1.1
Τελευταία Ενημέρωση 2022-07-26
Ημερομηνία Δημοσίευσης 2021-07-25
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://ishield.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://ishield.org
Διεύθυνση URL της Σελίδας Βοήθειας https://www.ishield.org/support
URL της Σελίδας Πολιτικής Απορρήτου https://www.ishield.org/policy
Υποστηριζόμενες Γλώσσες 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"
}