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文件
下载Fast Forward Cookie Clicker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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
}
]
} | |