Snake

Play Snake game from your Chrome new tab page

Snakeとは何ですか?

SnakeはLookup Mediaによって開発されたChromeの拡張機能で、その主な機能は「Play Snake game from your Chrome new tab page」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Snake拡張機能のCRXファイルをダウンロード

Snake拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A snake game. 
Eat the red dot and get bigger and bigger! 
Start slow and get faster and faster! 

-By clicking "Add to Chrome", I accept and agree to install the Snake game.  Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy.

Home - https://lookupmedia.co/
Legal Terms - https://lookupmedia.co/snake-legal-terms 
Privacy Policy - https://lookupmedia.co/privacy-policy
About -  https://lookupmedia.co/about
Contact Us - https://lookupmedia.co/contact-us
Contact Email -  [email protected]
Services - https://lookupmedia.co/services                    

拡張機能の基本情報

名前 Snake Snake
ID fpfcigpiadholjoflcfkomlonjeeepdc
公式URL https://chromewebstore.google.com/detail/snake/fpfcigpiadholjoflcfkomlonjeeepdc
説明 Play Snake game from your Chrome new tab page
ファイルサイズ 13.05 KB
インストール数 11,373
現在のバージョン 1.3
最終更新日 2024-02-21
公開日 2022-02-03
評価 4.50/5 合計 2 レビュー
開発者 Lookup Media
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://lookupmedia.co/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "Play Snake game from your Chrome new tab page",
    "version": "1.3",
    "name": "Snake",
    "icons": {
        "16": "app-icons\/16.png",
        "48": "app-icons\/48.png",
        "128": "app-icons\/128.png"
    },
    "action": {
        "default_icon": "app-icons\/48.png"
    }
}