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文件
下載Cookie clicker, clicker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } ] } |