Gaijin Content Creators Popup
Adds a Content Creators popup to the Gaijin Store page
Gaijin Content Creators Popupとは何ですか?
Gaijin Content Creators Popupはcyb3rofficialによって開発されたChromeの拡張機能で、その主な機能は「Adds a Content Creators popup to the Gaijin Store page」です。
拡張機能のスクリーンショット
Gaijin Content Creators Popup拡張機能のCRXファイルをダウンロード
Gaijin Content Creators Popup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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;" } } |