The Bored Snake
Play Snake While You Wait!
Wat is The Bored Snake?
The Bored Snake is een Chrome-extensie ontwikkeld door ekarni, en de belangrijkste functie is "Play Snake While You Wait!".
Extensie Screenshots
Download het CRX-bestand van de extensie The Bored Snake
Download The Bored 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
Basisinformatie over de Extensie
Naam | |
ID | heegndjbhknnpfjdcmpenodblpaanfga |
Officiële URL | https://chrome.google.com/webstore/detail/the-bored-snake/heegndjbhknnpfjdcmpenodblpaanfga |
Beschrijving | Play Snake While You Wait! |
Bestandsgrootte | 14.42 KB |
Aantal Installaties | 509 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2016-11-05 |
Publicatiedatum | 2016-11-05 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | ekarni |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Bored Snake", "permissions": [ "storage" ], "version": "0.2", "manifest_version": 2, "description": "Play Snake While You Wait!", "browser_action": { "default_icon": "icon.png", "default_title": "Play Snake!", "default_popup": "boredSnake.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "icon.png" } } |