iShield

iShield

iShieldとは何ですか?

iShieldはhttps://ishield.orgによって開発されたChromeの拡張機能で、その主な機能は「iShield」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

iShield拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}