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
官方網址 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';"
    }
}