Swift Snake 3D [Popup]

Lets you play snake in 3D and in hyper speed whenever you want...

Swift Snake 3D [Popup]란 무엇입니까?

Swift Snake 3D [Popup]은(는) https://www.oktaycomu.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lets you play snake in 3D and in hyper speed whenever you want..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Swift Snake 3D [Popup] 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A small extension that will let you play snake whenever you want. All you have to do is click on the extension and start the game. Move your character using the arrow keys or WASD. You can also change the camera angle by clicking and dragging your mouse. Show where you stand against the top 5 players by checking the highscore leaderboard.

This snake is not your average snake...

Any kind of feedback is appreciated!

Change Log:

v3.001:
- Created privacy policy
- Removed redundant permissions requested by the extension

v3.000:
- Complete overhaul of the account system
- Added Google sign in support.
- New scoring system.
- Improved leaderboard display

v2.505:
- Fixed an issue where the frame rate would affect the difficulty of the game

v2.504:
- Reduced image size for better load time
- Added update checker

v2.503:
-fixed issue where the extension wouldn't load

v2.502:
+manfiest.json changes

v2.501:
-Bug where "S" key didn't work
+Darker food color for better visibility

v2.500:
-Food spawn bug
+New UI
+New color scheme
+Optimized 2D mode
+Added offline support

v2.410:
-Google OAuth2
+Readjusted leaderboard storage

v2.402:
+Added SSL to About link

v2.401:
-Removed bug where food would spawn on the snake's body
-Removed rank reset bug
+Simplified collision detections for performance

v2.400:
+Major security rework
-Removed global variables
-snake body movement bug

v2.379:
-manifest.json bug

v2.378:
-download.js

v2.377:
-Google Authentication issues

v2.376:
+Bind Account Button

v2.375:
+Improved 2D view
+Visual Fixes

v2.374:
+OAuth2 Anti-Cheat

v2.373:
+Google OAuth2

v2.372:
+Anti-Cheat fix

v2.371:
+Anti-Cheat protection

v2.370:
+Fixed random deaths.

v2.363:
+Fixed bug where the snake starts going in the direction

v2.362:
+Ease of control

v2.361:
-Daily Leaderboard
+Global Leaderboard

v2.36:
-Overall Leaderboard
+Daily Leaderboard
+Leaderboard bug fix

v2.35:
-Swift Sanke
+Swift Snake

v2.34:
+UI Adjustments
-Start button
+Viewpoint button
+Intro screen
+Lighting adjustments

v2.33:
-Fixed bug where collision with body would crash the game

v2.32:
-Bug fixes
+Performance adjustments

v2.31:
-Bug fixes

v2.30:
+MongoDB connection for stable storage of highscores.                    

확장 프로그램 기본 정보

이름 Swift Snake 3D [Popup] Swift Snake 3D [Popup]
ID lencaglpgihlglecbdkfhelldkbdholc
공식 URL https://chromewebstore.google.com/detail/swift-snake-3d-popup/lencaglpgihlglecbdkfhelldkbdholc
설명 Lets you play snake in 3D and in hyper speed whenever you want...
파일 크기 2.65 MB
설치 횟수 3,645
현재 버전 3.001
최근 업데이트 2022-09-12
출시 날짜 2020-02-18
평점 3.41/5 총 17 개의 평점
개발자 https://www.oktaycomu.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.oktaycomu.com/swiftSnake
도움말 페이지 URL https://www.oktaycomu.com/swiftSnake
개인정보 보호 정책 페이지 URL https://static.oktaycomu.com/OLD/privacyPolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swift Snake 3D [Popup]",
    "short_name": "Swift Snake",
    "description": "Lets you play snake in 3D and in hyper speed whenever you want...",
    "version": "3.001",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjKL3HDh6AlkW9MR8e1do7c+I4cygUxgk1Si6kvlSyp4qDSH09KyA7ptdZ6KhHI5tRYP87o0uQCjjTpQZGm6b4YoU4medc2jMkHk1sGye2R\/Um4zjWDV\/W\/6Dlg3zi9mxrbuA2FGFI4OfqrdI0fv1cn+xAN2qBhhbbdF6XDz1TI9ZcHF\/Me6sAiWLZAi2wgS3fM6y1eNyQsZPLsvN9UIKqzG26VUy+BALXHO5wX5NkwaWv5WSLGIY9sk55desOwSw1dmxdI5ZzE0CPFVoJ0sgHHgTbCv8YYdVwmdTmGMhsAiC7rT4fxXFR1upDhjnzcgAXmiH9eAI+txnx9vQT7nzfQIDAQAB",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "icons": {
        "16": "assets\/snake_icon_16.png",
        "128": "assets\/snake_icon_128.png"
    },
    "browser_action": {
        "default_icon": "assets\/snake_icon_128.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}