Snake Game

Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.

Vad är Snake Game?

Snake Game är en Chrome-tillägg utvecklad av tarundabhi, och dess huvudfunktion är "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Snake Game-förlängningens CRX-fil

Ladda ner Snake Game-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

                        Play snake game in popup screen.                    

Grundläggande Information om Tillägg

Namn Snake Game Snake Game
ID mdiglfhigdpnlagochjojlpbaifdccdb
Officiell webbadress https://chrome.google.com/webstore/detail/snake-game/mdiglfhigdpnlagochjojlpbaifdccdb
Beskrivning Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.
Filstorlek 68.06 KB
Antal Installationer 3,000
Aktuell Version 1.1
Senast Uppdaterad 2022-02-21
Publiceringsdatum 2019-09-24
Betyg 3.40/5 Totalt 5 Betyg
Utvecklare tarundabhi
E-post [email protected]
Betalningssätt free
Stödda Språk en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snake Game",
    "version": "1.1",
    "description": "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}