Space Invaders Classic

Take the real pleasure from pop up game

Space Invaders Classic là gì?

Space Invaders Classic là một tiện ích mở rộng Chrome được phát triển bởi Games Classic, và tính năng chính của nó là "Take the real pleasure from pop up game".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Space Invaders Classic

Tải xuống các tệp mở rộng Space Invaders Classic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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?                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Space Invaders Classic Space Invaders Classic
ID ldnbjncokcakipbpkpmgpaeklpbjlpck
URL Chính Thức https://chromewebstore.google.com/detail/space-invaders-classic/ldnbjncokcakipbpkpmgpaeklpbjlpck
Mô tả Take the real pleasure from pop up game
Kích Thước Tệp 374 KB
Số Lần Cài Đặt 637
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2022-06-18
Ngày Phát Hành 2022-01-05
Nhà Phát Triển Games Classic
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://bit.ly/3wwRKgg
Ngôn Ngữ Được Hỗ Trợ 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"
}