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 |
电子邮箱 | [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;" } } |