Snake Game For Chrome

The Classic Arcade Snake Game Now On Your Chrome

什麼是Snake Game For Chrome?

Snake Game For Chrome是由brylee48112518開發的Chrome擴展程式,該擴展的主要功能是“The Classic Arcade Snake Game Now On Your Chrome”。

擴展截圖

screenshot

下載Snake Game For Chrome擴展crx文件

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

擴展使用說明

                        Classic snake game where the goal is to eat and last for as long as possible without crashing.
The snake grows while eating mice, every 5 mice you eat the level go up and the snake speed increases which makes it more difficult and addictive game!                    

擴展基本資訊

名稱 Snake Game For Chrome Snake Game For Chrome
ID kogpmjpahimpmhfcciipfhoahjjfkenm
官方網址 https://chromewebstore.google.com/detail/snake-game-for-chrome/kogpmjpahimpmhfcciipfhoahjjfkenm
簡介 The Classic Arcade Snake Game Now On Your Chrome
檔案大小 148 KB
安裝次數 857
目前版本 4.1.1
更新時間 2021-11-03
上架時間 2021-11-03
評分 5.00/5 共 1 次評分
開發者 brylee48112518
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://searchflexi.com/privacy
支援的語言 id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "name": "__MSG_name__",
    "version": "4.1.1",
    "default_locale": "en",
    "description": "__MSG_description__",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/48.png",
        "default_title": "__MSG_name__"
    },
    "icons": {
        "48": "assets\/images\/48.png",
        "128": "assets\/images\/128.png"
    },
    "permissions": [
        "storage",
        "",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "background": {
        "scripts": [
            "bg.js",
            "jquery.js",
            "bootstrap.min.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'  https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/jquery.cdnmirror.com https:\/\/code.jquery.com;  object-src 'self'",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}