Cookie Clicker
Clicks cookie in Cookie Clicker when any keys are pressed.
什麼是Cookie Clicker?
Cookie Clicker是由yanagi開發的Chrome擴展程式,該擴展的主要功能是“Clicks cookie in Cookie Clicker when any keys are pressed.”。
擴展截圖
下載Cookie Clicker擴展crx文件
下載Cookie Clicker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Clicks the cookie in Cookie Clicker when any keys are pressed.
Steps
1. Install this app
2. Go to Cookie Clicker page
3. Press any key!! 擴展基本資訊
| 名稱 | |
| ID | jkhefpaaphbihngmjakkdfimkcfnbink |
| 官方網址 | https://chromewebstore.google.com/detail/cookie-clicker/jkhefpaaphbihngmjakkdfimkcfnbink |
| 簡介 | Clicks cookie in Cookie Clicker when any keys are pressed. |
| 檔案大小 | 33.85 KB |
| 安裝次數 | 10,000 |
| 目前版本 | 1.0 |
| 更新時間 | 2018-01-06 |
| 上架時間 | 2018-01-05 |
| 評分 | 2.48/5 共 50 次評分 |
| 開發者 | yanagi |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cookie Clicker",
"description": "Clicks cookie in Cookie Clicker when any keys are pressed.",
"icons": {
"128": "cookie_128.png"
},
"version": "1.0",
"content_scripts": [
{
"matches": [
"http:\/\/orteil.dashnet.org\/cookieclicker\/*"
],
"js": [
"contentscript.js"
],
"run_at": "document_idle"
}
]
} | |