Asteroids
Classic asteroids made in Javascript!
ما هو Asteroids؟
Asteroids هو إضافة Chrome تم تطويرها بواسطة Technik، والميزة الرئيسية لها هي "Classic asteroids made in Javascript!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Asteroids
قم بتنزيل ملفات الامتداد Asteroids بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is a recreation of the original 1979 Asteroids. The only difference is that the black and white are switched while also the live/ scores have different visuals. This should be an extension to download because how fun it is and the boredom it can relieve when there is no work to be done.
معلومات أساسية عن التمديد
الاسم | Asteroids |
ID | lpjljcoihnoipcoialpjbnfbojnolkej |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/asteroids/lpjljcoihnoipcoialpjbnfbojnolkej |
الوصف | Classic asteroids made in Javascript! |
حجم الملف | 148 KB |
عدد التثبيتات | 6,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-05-08 |
تاريخ النشر | 2019-05-08 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Technik |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Asteroids", "version": "1.0", "manifest_version": 2, "description": "Classic asteroids made in Javascript!", "icons": { "128": "asteroids_logo_128.jpg" }, "browser_action": { "default_icon": "asteroids_logo.jpg", "default_popup": "index.html", "default_title": "Asteroids" }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/example.com; object-src 'self'" } |