Cookie clicker, clicker
This extension clicks so you don't hurt your finger.
Cookie clicker, clicker란 무엇입니까?
Cookie clicker, clicker은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension clicks so you don't hurt your finger."입니다.
확장 프로그램 스크린샷
Cookie clicker, clicker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is an automatic click engine for the cookie clicker game (http://orteil.dashnet.org/cookieclicker/) Upgrades, buildings and bigCookie clicks are optional Also ignores the granny apocalypse for you to activate yourself when ready. Latest Update - Really really should ignore all the season upgrades now - Added support for new products and future ones - Added option to remove the message popups
확장 프로그램 기본 정보
이름 | Cookie clicker, clicker |
ID | ikkmlinflfffinhglacakfnkapjfpkno |
공식 URL | https://chromewebstore.google.com/detail/cookie-clicker-clicker/ikkmlinflfffinhglacakfnkapjfpkno |
설명 | This extension clicks so you don't hurt your finger. |
파일 크기 | 24.3 KB |
설치 횟수 | 3,392 |
현재 버전 | 2.12 |
최근 업데이트 | 2014-05-10 |
출시 날짜 | 2014-05-10 |
평점 | 2.80/5 총 155 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie clicker, clicker", "description": "This extension clicks so you don't hurt your finger.", "version": "2.12", "web_accessible_resources": [ "cookiecode.js" ], "permissions": [ "http:\/\/orteil.dashnet.org\/cookieclicker\/", "http:\/\/orteil.dashnet.org\/cookieclicker\/beta\/" ], "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/orteil.dashnet.org\/cookieclicker\/", "http:\/\/orteil.dashnet.org\/cookieclicker\/beta\/" ], "js": [ "loadthis.js" ], "run_at": "document_end" } ] } |