Snake

The authentic snake game in a popup.

Vad är Snake?

Snake är en Chrome-tillägg utvecklad av alla.sorochann, och dess huvudfunktion är "The authentic snake game in a popup.".

Tilläggsskärmbilder

screenshot

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

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

                        The authentic snake game in a popup.
This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Also, unlike many other options out there, this extension saves your highscore, so that you dont have to remember that really good score when youre gonna tell all your friends about it. We are proud to publish the popup version of Snake (Kristian Games version) on the chrome webstore.                    

Grundläggande Information om Tillägg

Namn Snake Snake
ID ilejgclbbbhiecfpkgpecodahkbgfgco
Officiell webbadress https://chrome.google.com/webstore/detail/snake/ilejgclbbbhiecfpkgpecodahkbgfgco
Beskrivning The authentic snake game in a popup.
Filstorlek 6.5 KB
Antal Installationer 358
Aktuell Version 3.11.2021.1
Senast Uppdaterad 2021-11-04
Publiceringsdatum 2021-11-04
Utvecklare alla.sorochann
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "short_name": "Snake",
    "version": "3.11.2021.1",
    "description": "The authentic snake game in a popup.",
    "icons": {
        "16": "images\/head.png",
        "48": "images\/head.png",
        "128": "images\/head.png"
    },
    "browser_action": {
        "default_icon": "images\/head.png",
        "default_popup": "index.html"
    },
    "offline_enabled": true,
    "manifest_version": 2
}