Gaijin Content Creators Popup

Adds a Content Creators popup to the Gaijin Store page

¿Qué es Gaijin Content Creators Popup?

Gaijin Content Creators Popup es una extensión de Chrome desarrollada por cyb3rofficial, y su función principal es "Adds a Content Creators popup to the Gaijin Store page".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Gaijin Content Creators Popup

Descarga archivos de extensión Gaijin Content Creators Popup en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Pick and choose a Gaijin partner to support.

Version 1.0.437/8hfx1:
* Added new creators
* Added reminder to support a creator if no creator is detected on checkout.

Version 1.0.435
* Adds Snailonidas

Version 1.0.435
* Added new store packs and new creator

Version 1.0.433
* Cloudflare fix: Makes sure the script deactivates if the page has Cloudflare content. If this doesn't work, please make a new issue on github thanks!

Version 1.0.432
* Manifest Update
* Name change
* Cloudflare check fix

Version 1.0.43
* Fixed needing to double click the primary support button.

Version 1.0.4:
* Updated UI.
* Will show icons in a popup box.
* Took over 404 page, now will show support creator plus decal.

Version 1.0.3:
* Added Registration links for free decals.                    

Información Básica de la Extensión

Nombre Gaijin Content Creators Popup Gaijin Content Creators Popup
ID gpogdmpopibagcdlgbomfbbnjjfmmmnf
URL Oficial https://chromewebstore.google.com/detail/gaijin-content-creators-p/gpogdmpopibagcdlgbomfbbnjjfmmmnf
Descripción Adds a Content Creators popup to the Gaijin Store page
Tamaño del Archivo 27.51 KB
Cantidad de Instalaciones 620
Versión Actual 1.0.438
Última Actualización 2023-11-09
Fecha de Publicación 2023-05-07
Calificación 4.50/5 Total de 2 Calificaciones
Desarrollador cyb3rofficial
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/cyberofficial/Gaijin-Creators-Extension
URL de la Página de Ayuda https://github.com/cyberofficial/Gaijin-Creators-Extension/issues
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gaijin Content Creators Popup",
    "version": "1.0.438",
    "description": "Adds a Content Creators popup to the Gaijin Store page",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/store.gaijin.net\/*"
            ],
            "js": [
                "creators.js",
                "content_script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' https:\/\/i.imgur.com;"
    }
}