Guardbly - AI Parental Control, Cybersecurity

Protect your family online. Guardbly is a comprehensive parental control tool, porn blocker, cybersecurity assistant.

Guardbly - AI Parental Control, Cybersecurityとは何ですか?

Guardbly - AI Parental Control, Cybersecurityはhttp://guardbly.comによって開発されたChromeの拡張機能で、その主な機能は「Protect your family online. Guardbly is a comprehensive parental control tool, porn blocker, cybersecurity assistant.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Guardbly - AI Parental Control, Cybersecurity拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        We're making web browsing safe.
Try our free AI-powered browser extension for parental control and cybersecurity.

🔞 Pornography AI blocker - works on every website, including Social Media (e.g. Instagram).
📛 Blocking dangerous websites.
❌ Blacklist - block any page or search phrase
💌 Protection against Cyberbullying and toxicity on Social Media.
🔐 Securing your connections via HTTPS.
🔍 24/7 access to your Reports.
🔑 Ability to stop the extension by providing a password - protection against unauthorized shutdown.
❕ Notifications about unwanted disabling.                    

拡張機能の基本情報

名前 Guardbly - AI Parental Control, Cybersecurity Guardbly - AI Parental Control, Cybersecurity
ID fgppeibhjjkoginbnadpaokchknkjmbj
公式URL https://chrome.google.com/webstore/detail/guardbly-ai-parental-cont/fgppeibhjjkoginbnadpaokchknkjmbj
説明 Protect your family online. Guardbly is a comprehensive parental control tool, porn blocker, cybersecurity assistant.
ファイルサイズ 2.73 MB
インストール数 264
現在のバージョン 1.0.10
最終更新日 2020-12-27
公開日 2020-11-14
評価 4.20/5 合計 5 レビュー
開発者 http://guardbly.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://guardbly.com/
ヘルプページのURL https://guardbly.com/faq
プライバシーポリシーページのURL https://guardbly.com/privacy-policy
対応言語 de,en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.10",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "background",
        "webRequest",
        "",
        "webRequestBlocking",
        "management"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/icons\/16.png",
            "32": "assets\/images\/icons\/32.png",
            "48": "assets\/images\/icons\/48.png",
            "128": "assets\/images\/icons\/128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/icons\/16.png",
        "32": "assets\/images\/icons\/32.png",
        "48": "assets\/images\/icons\/48.png",
        "128": "assets\/images\/icons\/128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background\/auth.js",
            "background\/management.js",
            "background\/blocker.js",
            "background\/social-media.js",
            "background\/neural.js",
            "background\/http.js",
            "background\/blockingManagement.js",
            "background\/creditCard.js",
            "background\/scheduler.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content\/nsfw.js",
                "content\/creditCard.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "content\/http.js"
            ],
            "css": [
                "assets\/style\/infobox.css"
            ]
        },
        {
            "matches": [
                "*:\/\/www.facebook.com\/*",
                "*:\/\/facebook.com\/*",
                "*:\/\/www.fb.com\/*",
                "*:\/\/fb.com\/*",
                "*:\/\/www.reddit.com\/*",
                "*:\/\/reddit.com\/*",
                "*:\/\/www.instagram.com\/*",
                "*:\/\/instagram.com\/*",
                "*:\/\/www.twitch.tv\/*",
                "*:\/\/twitch.tv\/*",
                "*:\/\/www.twitch.com\/*",
                "*:\/\/twitch.com\/*",
                "*:\/\/www.twitter.com\/*",
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "content\/social-media.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/images\/*"
    ],
    "manifest_version": 2
}