Cookie Clicker Mod Manager
Cookie Clicker Mod Manager
Cookie Clicker Mod Manager란 무엇입니까?
Cookie Clicker Mod Manager은(는) klattmose에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cookie Clicker Mod Manager"입니다.
확장 프로그램 스크린샷
Cookie Clicker Mod Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This allows the user to specify a list of mods and add-ons to be loaded when the Cookie Clicker game is loaded. The mods can be toggled on and off, and the entire extension can be disabled. Also has the ability to export and import the configuration.
확장 프로그램 기본 정보
이름 | Cookie Clicker Mod Manager |
ID | gehplcbdghdjeinldbgkjdffgkdcpned |
공식 URL | https://chromewebstore.google.com/detail/cookie-clicker-mod-manage/gehplcbdghdjeinldbgkjdffgkdcpned |
설명 | Cookie Clicker Mod Manager |
파일 크기 | 1.3 MB |
설치 횟수 | 20,000 |
현재 버전 | 1.5.0 |
최근 업데이트 | 2022-10-01 |
출시 날짜 | 2020-06-20 |
평점 | 3.71/5 총 21 개의 평점 |
개발자 | klattmose |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/klattmose/CookieClickerModManager |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cookie Clicker Mod Manager", "version": "1.5.0", "description": "Cookie Clicker Mod Manager", "icons": { "48": "icons\/CCMM-48.png", "96": "icons\/CCMM-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/orteil.dashnet.org\/cookieclicker\/", "*:\/\/orteil.dashnet.org\/cookieclicker\/beta\/", "*:\/\/cookieclicker.eu\/cookieclicker\/", "*:\/\/cookieclicker.eu\/cookieclicker\/beta\/" ], "js": [ "\/src\/config.js", "\/src\/CCMM.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/src\/mainModLoader.js", "\/src\/adhocModLoader.js" ], "matches": [ " |