Cookie Clicker Extended
Adds extra items and depth to Cookie Clicker
Cookie Clicker Extended là gì?
Cookie Clicker Extended là một tiện ích mở rộng Chrome được phát triển bởi Cookie Monster, và tính năng chính của nó là "Adds extra items and depth to 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 Cookie Clicker Extended
Tải xuống các tệp mở rộng Cookie Clicker Extended 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
A broswer extension that adds extra items and depth to the game Cookie Clicker by Orteil (http://orteil.dashnet.org/).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cookie Clicker Extended |
ID | mefkpmhgfljflbldannlgahlmhagdcoe |
URL Chính Thức | https://chromewebstore.google.com/detail/cookie-clicker-extended/mefkpmhgfljflbldannlgahlmhagdcoe |
Mô tả | Adds extra items and depth to Cookie Clicker |
Kích Thước Tệp | 10.97 KB |
Số Lần Cài Đặt | 3,633 |
Phiên Bản Hiện Tại | 0.8 |
Cập Nhật Lần Cuối | 2013-08-16 |
Ngày Phát Hành | 2013-08-16 |
Đánh Giá | 3.12/5 Tổng số 57 Đánh Giá |
Nhà Phát Triển | Cookie Monster |
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, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "test.user.js" ], "matches": [ "http:\/\/orteil.dashnet.org\/experiments\/cookie\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Adds extra items and depth to Cookie Clicker", "name": "Cookie Clicker Extended", "version": "0.8", "icons": { "128": "icon_128.png" } } |