iShield

iShield

Apa itu iShield?

iShield adalah ekstensi Chrome yang dikembangkan oleh https://ishield.org, dan fitur utamanya adalah "iShield".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi iShield

Unduh file ekstensi iShield dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama iShield iShield
ID inmobnngfdpggibljkbcmaikphdhdhac
URL Resmi https://chromewebstore.google.com/detail/ishield/inmobnngfdpggibljkbcmaikphdhdhac
Deskripsi iShield
Ukuran File 11.71 MB
Jumlah Instalasi 217
Versi Saat Ini 2.6.1.1
Terakhir Diperbarui 2022-07-26
Tanggal Publikasi 2021-07-25
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://ishield.org
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://ishield.org
URL Halaman Bantuan https://www.ishield.org/support
URL Halaman Kebijakan Privasi https://www.ishield.org/policy
Bahasa yang Didukung 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"
}