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
}
]
} | |