Protector by Guardbly

Protector extension by Guardbly

Protector by Guardblyとは何ですか?

Protector by Guardblyはhttp://guardbly.comによって開発されたChromeの拡張機能で、その主な機能は「Protector extension by Guardbly」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Protector by Guardbly拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extension designed for protection your main Guardbly extension from being disabled and to notify you about unwanted uninstallation.

Add our main, free "Guardbly" extension for full cybersecurity and/or parental control features.                    

拡張機能の基本情報

名前 Protector by Guardbly Protector by Guardbly
ID dmjmfaohcdlmcgdandmeajldhoeigocg
公式URL https://chrome.google.com/webstore/detail/protector-by-guardbly/dmjmfaohcdlmcgdandmeajldhoeigocg
説明 Protector extension by Guardbly
ファイルサイズ 16.93 KB
インストール数 37
現在のバージョン 1.0.0
最終更新日 2020-11-15
公開日 2020-11-15
開発者 http://guardbly.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://guardbly.com
ヘルプページのURL https://guardbly.com/faq
プライバシーポリシーページのURL https://guardbly.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Protector by Guardbly",
    "version": "1.0.0",
    "description": "Protector extension by Guardbly",
    "permissions": [
        "storage",
        "background",
        "management"
    ],
    "icons": {
        "16": "assets\/images\/16.png",
        "32": "assets\/images\/32.png",
        "48": "assets\/images\/48.png",
        "128": "assets\/images\/128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background\/management.js"
        ]
    },
    "manifest_version": 2
}