Cookie Clicker Buddy
Let's mod Cookie Clicker!
ما هو Cookie Clicker Buddy؟
Cookie Clicker Buddy هو إضافة Chrome تم تطويرها بواسطة Steven Holms، والميزة الرئيسية لها هي "Let's mod Cookie Clicker!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cookie Clicker Buddy
قم بتنزيل ملفات الامتداد Cookie Clicker Buddy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | Cookie Clicker Buddy |
ID | pcjgpaoccfljpcenfoonloideeelljih |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cookie-clicker-buddy/pcjgpaoccfljpcenfoonloideeelljih |
الوصف | Let's mod Cookie Clicker! |
حجم الملف | 14.81 KB |
عدد التثبيتات | 6,336 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2020-02-11 |
تاريخ النشر | 2020-02-11 |
تقييم | 2.59/5 مجموع تقييمات 17 |
المطور | Steven Holms |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/superlinkx/cookie-clicker-buddy |
اللغات المدعومة | 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" } } |