Cookie Clicker Buddy
Let's mod Cookie Clicker!
Apa itu Cookie Clicker Buddy?
Cookie Clicker Buddy adalah ekstensi Chrome yang dikembangkan oleh Steven Holms, dan fitur utamanya adalah "Let's mod Cookie Clicker!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cookie Clicker Buddy
Unduh file ekstensi Cookie Clicker Buddy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A silly little Cookie Clicker (https://orteil.dashnet.org/cookieclicker/) extension I made to enable some mods. Current mods: - Auto click all Golden Cookies on the screen at a rate of 30 times per second See the source code on the homepage
Informasi Dasar Ekstensi
Nama | Cookie Clicker Buddy |
ID | pcjgpaoccfljpcenfoonloideeelljih |
URL Resmi | https://chromewebstore.google.com/detail/cookie-clicker-buddy/pcjgpaoccfljpcenfoonloideeelljih |
Deskripsi | Let's mod Cookie Clicker! |
Ukuran File | 14.81 KB |
Jumlah Instalasi | 6,336 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2020-02-11 |
Tanggal Publikasi | 2020-02-11 |
Penilaian | 2.59/5 Total 17 Penilaian |
Pengembang | Steven Holms |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/superlinkx/cookie-clicker-buddy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie Clicker Buddy", "description": "Let's mod Cookie Clicker!", "version": "1.0.1", "author": "Steven Holms", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/orteil.dashnet.org\/cookieclicker*" ], "js": [ "scripts\/content.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "declarativeContent" ], "page_action": { "default_title": "Cookie Clicker Buddy", "default_popup": "index.html" } } |