Classic Space Invaders Offline

A Fun Game of Space Invaders

Vad är Classic Space Invaders Offline?

Classic Space Invaders Offline är en Chrome-tillägg utvecklad av mssinghdev, och dess huvudfunktion är "A Fun Game of Space Invaders".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Classic Space Invaders Offline-förlängningens CRX-fil

Ladda ner Classic Space Invaders Offline-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        A free offline version of space invaders that you can pop up and play anywhere, anytime without any ads.

To play the game:
1. install the extension
2. click on the extension from the extensions tab
3. enjoy the game                    

Grundläggande Information om Tillägg

Namn Classic Space Invaders Offline Classic Space Invaders Offline
ID dgmbcmlaigenpknampohocfmaapnoach
Officiell webbadress https://chromewebstore.google.com/detail/classic-space-invaders-of/dgmbcmlaigenpknampohocfmaapnoach
Beskrivning A Fun Game of Space Invaders
Filstorlek 24.02 MB
Antal Installationer 56
Aktuell Version 1.0.0
Senast Uppdaterad 2023-06-15
Publiceringsdatum 2023-06-15
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare mssinghdev
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/mssinghdev-privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Classic Space Invaders Offline",
    "description": "A Fun Game of Space Invaders",
    "version": "1.0.0",
    "icons": {
        "16": ".\/img\/spaceinvadersicon16.png",
        "32": ".\/img\/spaceinvadersicon32.png",
        "48": ".\/img\/spaceinvadersicon48.png",
        "128": ".\/img\/spaceinvadersicon128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Space Invaders",
        "default_icon": ".\/img\/spaceinvadersicon128.png"
    }
}