Gaijin Content Creators Popup

Adds a Content Creators popup to the Gaijin Store page

Was ist Gaijin Content Creators Popup?

Gaijin Content Creators Popup ist eine Chrome-Erweiterung, die von cyb3rofficial entwickelt wurde, und ihr Hauptmerkmal ist "Adds a Content Creators popup to the Gaijin Store page".

Erweiterungsscreenshots

screenshot

Gaijin Content Creators Popup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gaijin Content Creators Popup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Gaijin Content Creators Popup Gaijin Content Creators Popup
ID gpogdmpopibagcdlgbomfbbnjjfmmmnf
Offizielle URL https://chromewebstore.google.com/detail/gaijin-content-creators-p/gpogdmpopibagcdlgbomfbbnjjfmmmnf
Beschreibung Adds a Content Creators popup to the Gaijin Store page
Dateigröße 27.51 KB
Installationsanzahl 620
Aktuelle Version 1.0.438
Letztes Update 2023-11-09
Veröffentlichungsdatum 2023-05-07
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler cyb3rofficial
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/cyberofficial/Gaijin-Creators-Extension
Hilfeseite URL https://github.com/cyberofficial/Gaijin-Creators-Extension/issues
Unterstützte Sprachen 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;"
    }
}