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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}