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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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';"
    }
}