Space Invaders Classic
Take the real pleasure from pop up game
ما هو Space Invaders Classic؟
Space Invaders Classic هو إضافة Chrome تم تطويرها بواسطة Games Classic، والميزة الرئيسية لها هي "Take the real pleasure from pop up game".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Space Invaders Classic
قم بتنزيل ملفات الامتداد Space Invaders Classic بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The undoubted advantage of the extension is quick access. And when the game is in quick access, it’s much more enjoyable and possible to play at any time. You can play at work and school, or while your wife does not see. The classic version of the famous game in a convenient format. Who didn't want to become a Space Invader as a child?
معلومات أساسية عن التمديد
الاسم | Space Invaders Classic |
ID | ldnbjncokcakipbpkpmgpaeklpbjlpck |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/space-invaders-classic/ldnbjncokcakipbpkpmgpaeklpbjlpck |
الوصف | Take the real pleasure from pop up game |
حجم الملف | 374 KB |
عدد التثبيتات | 637 |
النسخة الحالية | 1.0.0.1 |
آخر تحديث | 2022-06-18 |
تاريخ النشر | 2022-01-05 |
المطور | Games Classic |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://bit.ly/3wwRKgg |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "files\/superagent.js", "files\/anticheat.js" ] }, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html", "default_title": "__MSG_appButtonDesc__" }, "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "storage", "cookies", "https:\/\/*\/*" ], "version": "1.0.0.1" } |