Snake

The authentic snake game in a popup. Smooth animations and a saved high score!

什麼是Snake?

Snake是由Kris10ansn開發的Chrome擴展程式,該擴展的主要功能是“The authentic snake game in a popup. Smooth animations and a saved high score!”。

擴展截圖

screenshot
screenshot

下載Snake擴展crx文件

下載Snake擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Unlike many other options out there, this extension saves your highscore, so that you dont have to just remember that really good score when youre gonna tell all your friends about it. 

Snake can occasionally show promoted websites when updating. Snake may also show non-intrusive banner advertisements at the bottom of the game window.                    

擴展基本資訊

名稱 Snake Snake
ID oppflpnigmhkldmdmmbnopidlhahanji
官方網址 https://chromewebstore.google.com/detail/snake/oppflpnigmhkldmdmmbnopidlhahanji
簡介 The authentic snake game in a popup. Smooth animations and a saved high score!
檔案大小 30.15 KB
安裝次數 463,081
目前版本 2.2.15
更新時間 2024-02-21
上架時間 2020-02-26
評分 4.30/5 共 44 次評分
開發者 Kris10ansn
電子郵箱 [email protected]
付費類型 free
擴展官網 https://kris10ansn.github.io
說明頁面URL https://kris10ansn.github.io
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest",
    "name": "Snake",
    "short_name": "Snake",
    "version": "2.2.15",
    "description": "The authentic snake game in a popup. Smooth animations and a saved high score!",
    "icons": {
        "16": "images\/head.png",
        "48": "images\/head.png",
        "128": "images\/head.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/head.png",
            "24": "images\/head.png",
            "32": "images\/head.png",
            "48": "images\/head.png",
            "128": "images\/head.png"
        },
        "default_popup": "index.html"
    },
    "offline_enabled": true,
    "manifest_version": 3
}