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
Eメール [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';"
    }
}