Kitty Helper
Upgrade your Crypto Kitties experience to stay ahead of the competition.
ما هو Kitty Helper؟
Kitty Helper هو إضافة Chrome تم تطويرها بواسطة Andy Groff، والميزة الرئيسية لها هي "Upgrade your Crypto Kitties experience to stay ahead of the competition.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Kitty Helper
قم بتنزيل ملفات الامتداد Kitty Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Kitty Helper is your one stop shop for upgrading your experience on the Crypto Kitties platform. Keep ahead of the competition with a custom rarity scoring algorithm, convert prices to USD on hover, and view every kitties rarest traits instantly. This is currently a Beta release but stay tuned as many more features are coming soon! Kitty Helper is 100% free and open source software - a labor of love. The code is available here: https://github.com/agroff/kitty-helper
معلومات أساسية عن التمديد
الاسم | Kitty Helper |
ID | dceabgpbnaimhibdgjdhgbabiocgimhb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/kitty-helper/dceabgpbnaimhibdgjdhgbabiocgimhb |
الوصف | Upgrade your Crypto Kitties experience to stay ahead of the competition. |
حجم الملف | 283 KB |
عدد التثبيتات | 368 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2017-12-12 |
تاريخ النشر | 2017-12-12 |
تقييم | 3.64/5 مجموع تقييمات 14 |
المطور | Andy Groff |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Upgrade your Crypto Kitties experience to stay ahead of the competition.", "version": "1.0.0", "name": "Kitty Helper", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.cryptokitties.co\/*" ], "js": [ "jquery.bundle.js", "cryptokittiescontent.bundle.js" ] } ], "permissions": [ "http:\/\/104.236.1.36\/" ], "icons": { "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |