Neon Snake

Rediscover the classic fun of the retro Snake game with a neon twist! Neon Snake offers users a nostalgic gaming experience.

什么是Neon Snake?

Neon Snake是由One Love Media开发的Chrome扩展程序,该扩展的主要功能是“Rediscover the classic fun of the retro Snake game with a neon twist! Neon Snake offers users a nostalgic gaming experience.”。

扩展截图

screenshot
screenshot
screenshot

下载Neon Snake扩展crx文件

下载Neon Snake扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Neon Snake Neon Snake
ID ngmjpgndeopiipcifcgnifeoofocehao
官方URL https://chromewebstore.google.com/detail/neon-snake/ngmjpgndeopiipcifcgnifeoofocehao
简介 Rediscover the classic fun of the retro Snake game with a neon twist! Neon Snake offers users a nostalgic gaming experience.
文件大小 527 KB
安装次数 159,067
当前版本 1.2
更新时间 2024-02-07
上架时间 2023-11-09
评分 4.76/5 共17次评分
开发者 One Love Media
电子邮箱 [email protected]
付费类型 free
扩展官网 https://neonsnake.fun/
帮助页面URL https://neonsnake.fun/#contact
隐私政策页面URL https://neonsnake.fun/privacy-policy.html
支持的语言 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';"
    }
}