Neon Snake
Rediscover the classic fun of the retro Snake game with a neon twist! Neon Snake offers users a nostalgic gaming experience.
What is Neon Snake?
Neon Snake is a Chrome extension developed by One Love Media, and its main feature is "Rediscover the classic fun of the retro Snake game with a neon twist! Neon Snake offers users a nostalgic gaming experience.".
Extension Screenshots
Download Neon Snake Extension CRX File
Download Neon Snake extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Seamlessly integrated into your browser, not only does this extension let you enjoy the simple yet fun game, but it also combines functionality with entertainment by including a search feature. By clicking "add to Chrome", you accept and agree to installing the Neon Snake extension and setting Chrome New Tab to that provider by the service and the Terms of Use (https://neonsnake.fun/eula.html) and Policy (https://neonsnake.fun/privacy-policy.html). The extension will update your search settings and will change your new tab and default search provider to Microsoft Bing. For more information please visit www.neonsnake.fun
Extension Basic Information
Name | Neon Snake |
ID | ngmjpgndeopiipcifcgnifeoofocehao |
Official URL | https://chromewebstore.google.com/detail/neon-snake/ngmjpgndeopiipcifcgnifeoofocehao |
Description | Rediscover the classic fun of the retro Snake game with a neon twist! Neon Snake offers users a nostalgic gaming experience. |
File Size | 527 KB |
Installation Count | 159,067 |
Current Version | 1.2 |
Last Updated | 2024-02-07 |
Publish Date | 2023-11-09 |
Rating | 4.76/5 Total 17 Ratings |
Developer | One Love Media |
[email protected] | |
Payment Type | free |
Extension Website | https://neonsnake.fun/ |
Help Page URL | https://neonsnake.fun/#contact |
Privacy Policy Page URL | https://neonsnake.fun/privacy-policy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Neon Snake", "version": "1.2", "description": "Rediscover the classic fun of the retro Snake game with a neon twist! Neon Snake offers users a nostalgic gaming experience.", "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } } |