Gaijin Content Creators Popup
Adds a Content Creators popup to the Gaijin Store page
Gaijin Content Creators Popup là gì?
Gaijin Content Creators Popup là một tiện ích mở rộng Chrome được phát triển bởi cyb3rofficial, và tính năng chính của nó là "Adds a Content Creators popup to the Gaijin Store page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Gaijin Content Creators Popup
Tải xuống các tệp mở rộng Gaijin Content Creators Popup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gaijin Content Creators Popup |
ID | gpogdmpopibagcdlgbomfbbnjjfmmmnf |
URL Chính Thức | https://chromewebstore.google.com/detail/gaijin-content-creators-p/gpogdmpopibagcdlgbomfbbnjjfmmmnf |
Mô tả | Adds a Content Creators popup to the Gaijin Store page |
Kích Thước Tệp | 27.51 KB |
Số Lần Cài Đặt | 620 |
Phiên Bản Hiện Tại | 1.0.438 |
Cập Nhật Lần Cuối | 2023-11-09 |
Ngày Phát Hành | 2023-05-07 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | cyb3rofficial |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/cyberofficial/Gaijin-Creators-Extension |
URL Trang Trợ Giúp | https://github.com/cyberofficial/Gaijin-Creators-Extension/issues |
Ngôn Ngữ Được Hỗ Trợ | 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;" } } |