Snake

Snake.

Wat is Snake?

Snake is een Chrome-extensie ontwikkeld door Gunnarclingman, en de belangrijkste functie is "Snake.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Snake

Download Snake-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is a port of patorjk's snake you can visit his website at patorjk.com/games/snake/. I have made this as a convenient place to access the game. The adds that were on the actual site are still present and i could not remove that.                    

Basisinformatie over de Extensie

Naam Snake Snake
ID jciacpclgoeflamcnchfckcfocbbokkf
Officiële URL https://chrome.google.com/webstore/detail/snake/jciacpclgoeflamcnchfckcfocbbokkf
Beschrijving Snake.
Bestandsgrootte 12.47 KB
Aantal Installaties 236
Huidige Versie 1.0
Laatst Bijgewerkt 2016-03-04
Publicatiedatum 2016-03-04
Ontwikkelaar Gunnarclingman
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snake",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Snake.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "snake.html"
    }
}