YoGuardian

Spice up the GoGuardian block page!

What is YoGuardian?

YoGuardian is a Chrome extension developed by https://gbasil.dev, and its main feature is "Spice up the GoGuardian block page!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download YoGuardian Extension CRX File

Download YoGuardian 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

                        Inspired by the NoGuardian chrome extension, YoGuardian intends to make the default, boring GoGuardian block page look more appealing to everyone. Featuring 10+ different visual styles, YoGuardian makes being safe on the internet more enjoyable.

Changelog:
1.1
- 🔧 Updated manifest version
- 🔥 Removed debug panel (it wasn't very useful, trust me)
- 🐛 Fixed the popup not working
1.0
- 🎉 Initial release                    

Extension Basic Information

Name YoGuardian YoGuardian
ID pendegaachdjgbomenkecildigedgidm
Official URL https://chromewebstore.google.com/detail/yoguardian/pendegaachdjgbomenkecildigedgidm
Description Spice up the GoGuardian block page!
File Size 2.18 MB
Installation Count 1,184
Current Version 1.1
Last Updated 2021-11-03
Publish Date 2021-02-13
Rating 4.29/5 Total 7 Ratings
Developer https://gbasil.dev
Email [email protected]
Payment Type free
Extension Website https://gbasil.dev
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YoGuardian",
    "description": "Spice up the GoGuardian block page!",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/blocked.com-default.ws\/*",
                "https:\/\/blocked.com-default.ws\/*"
            ],
            "js": [
                "jquery.min.js",
                "styles.js",
                "run.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "debug\/*",
                "styles.json",
                "OpenSans-Bold.ttf",
                "debug.html",
                "jquery.min.js"
            ],
            "matches": [
                "https:\/\/blocked.com-default.ws\/*"
            ]
        },
        {
            "resources": [
                "images\/*",
                "debug\/*",
                "styles.json",
                "OpenSans-Bold.ttf",
                "debug.html",
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/blocked.com-default.ws\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo\/icon16.png",
        "48": "logo\/icon48.png",
        "128": "logo\/icon128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}