YoGuardian

Spice up the GoGuardian block page!

Apa itu YoGuardian?

YoGuardian adalah ekstensi Chrome yang dikembangkan oleh https://gbasil.dev, dan fitur utamanya adalah "Spice up the GoGuardian block page!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi YoGuardian

Unduh file ekstensi YoGuardian dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama YoGuardian YoGuardian
ID pendegaachdjgbomenkecildigedgidm
URL Resmi https://chromewebstore.google.com/detail/yoguardian/pendegaachdjgbomenkecildigedgidm
Deskripsi Spice up the GoGuardian block page!
Ukuran File 2.18 MB
Jumlah Instalasi 1,184
Versi Saat Ini 1.1
Terakhir Diperbarui 2021-11-03
Tanggal Publikasi 2021-02-13
Penilaian 4.29/5 Total 7 Penilaian
Pengembang https://gbasil.dev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://gbasil.dev
Bahasa yang Didukung 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"
    }
}