YoGuardian

Spice up the GoGuardian block page!

什么是YoGuardian?

YoGuardian是由https://gbasil.dev开发的Chrome扩展程序,该扩展的主要功能是“Spice up the GoGuardian block page!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载YoGuardian扩展crx文件

下载YoGuardian扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 YoGuardian YoGuardian
ID pendegaachdjgbomenkecildigedgidm
官方URL https://chromewebstore.google.com/detail/yoguardian/pendegaachdjgbomenkecildigedgidm
简介 Spice up the GoGuardian block page!
文件大小 2.18 MB
安装次数 1,184
当前版本 1.1
更新时间 2021-11-03
上架时间 2021-02-13
评分 4.29/5 共7次评分
开发者 https://gbasil.dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://gbasil.dev
支持的语言 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"
    }
}