Guardbly - AI Parental Control, Cybersecurity

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

What is Guardbly - AI Parental Control, Cybersecurity?

Guardbly - AI Parental Control, Cybersecurity is a Chrome extension developed by http://guardbly.com, and its main feature is "Protect your family online. Guardbly is a comprehensive parental control tool, porn blocker, cybersecurity assistant.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Guardbly - AI Parental Control, Cybersecurity Extension CRX File

Download Guardbly - AI Parental Control, Cybersecurity extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Guardbly - AI Parental Control, Cybersecurity Guardbly - AI Parental Control, Cybersecurity
ID fgppeibhjjkoginbnadpaokchknkjmbj
Official URL https://chrome.google.com/webstore/detail/guardbly-ai-parental-cont/fgppeibhjjkoginbnadpaokchknkjmbj
Description Protect your family online. Guardbly is a comprehensive parental control tool, porn blocker, cybersecurity assistant.
File Size 2.73 MB
Installation Count 264
Current Version 1.0.10
Last Updated 2020-12-27
Publish Date 2020-11-14
Rating 4.20/5 Total 5 Ratings
Developer http://guardbly.com
Email [email protected]
Payment Type free
Extension Website https://guardbly.com/
Help Page URL https://guardbly.com/faq
Privacy Policy Page URL https://guardbly.com/privacy-policy
Supported Languages 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
}