Gaijin Content Creators Popup
Adds a Content Creators popup to the Gaijin Store page
Gaijin Content Creators Popupคืออะไร?
Gaijin Content Creators Popup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cyb3rofficial และคุณลักษณะหลักของมันคือ "Adds a Content Creators popup to the Gaijin Store page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gaijin Content Creators Popup
ดาวน์โหลดไฟล์ส่วนขยาย 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;" } } |