Fast Forward Cookie Clicker
Fast Forward Cookie Clicker
Fast Forward Cookie Clicker란 무엇입니까?
Fast Forward Cookie Clicker은(는) Y.O에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast Forward Cookie Clicker"입니다.
확장 프로그램 스크린샷
Fast Forward Cookie Clicker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fast Forward Cookie Clicker for busy person who cannot wait baking. This extension only skip frames to accelerate baking. Cookies will be baked at a rate of up to 150 times. Everything is fast, so make it hard to get golden cookies. Verified with Cookie Clicker 1.036.
확장 프로그램 기본 정보
이름 | Fast Forward Cookie Clicker |
ID | cabpifjghnpgidgabhhcglnmabpggcem |
공식 URL | https://chromewebstore.google.com/detail/fast-forward-cookie-click/cabpifjghnpgidgabhhcglnmabpggcem |
설명 | Fast Forward Cookie Clicker |
파일 크기 | 6.42 KB |
설치 횟수 | 5,514 |
현재 버전 | 1.0 |
최근 업데이트 | 2013-09-19 |
출시 날짜 | 2013-09-19 |
평점 | 3.44/5 총 62 개의 평점 |
개발자 | Y.O |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast Forward Cookie Clicker", "version": "1.0", "description": "Fast Forward Cookie Clicker", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon.png", "default_title": "Fast Forward Cookie Clicker", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/orteil.dashnet.org\/cookieclicker\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle", "all_frames": false } ] } |