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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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;" } } |