Fast Forward Cookie Clicker
Fast Forward Cookie Clicker
Fast Forward Cookie Clicker là gì?
Fast Forward Cookie Clicker là một tiện ích mở rộng Chrome được phát triển bởi Y.O, và tính năng chính của nó là "Fast Forward Cookie Clicker".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fast Forward Cookie Clicker
Tải xuống các tệp mở rộng Fast Forward Cookie Clicker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fast Forward Cookie Clicker |
ID | cabpifjghnpgidgabhhcglnmabpggcem |
URL Chính Thức | https://chromewebstore.google.com/detail/fast-forward-cookie-click/cabpifjghnpgidgabhhcglnmabpggcem |
Mô tả | Fast Forward Cookie Clicker |
Kích Thước Tệp | 6.42 KB |
Số Lần Cài Đặt | 5,514 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-09-19 |
Ngày Phát Hành | 2013-09-19 |
Đánh Giá | 3.44/5 Tổng số 62 Đánh Giá |
Nhà Phát Triển | Y.O |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |