Gaijin Content Creators Popup

Adds a Content Creators popup to the Gaijin Store page

Gaijin Content Creators Popup क्या है?

Gaijin Content Creators Popup cyb3rofficial द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a Content Creators popup to the Gaijin Store page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gaijin Content Creators Popup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Gaijin Content Creators Popup Gaijin Content Creators Popup
ID gpogdmpopibagcdlgbomfbbnjjfmmmnf
आधिकारिक URL https://chromewebstore.google.com/detail/gaijin-content-creators-p/gpogdmpopibagcdlgbomfbbnjjfmmmnf
विवरण Adds a Content Creators popup to the Gaijin Store page
फ़ाइल का आकार 27.51 KB
स्थापना संख्या 620
वर्तमान संस्करण 1.0.438
अंतिम अपडेट 2023-11-09
प्रकाशन तिथि 2023-05-07
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर cyb3rofficial
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/cyberofficial/Gaijin-Creators-Extension
सहायता पृष्ठ URL https://github.com/cyberofficial/Gaijin-Creators-Extension/issues
समर्थित भाषाएँ 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;"
    }
}