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
公式URL 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
Eメール [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"
}