Snake
Snake. Play the official Google Snake Game. Control the Snake to eat as many apples, and make the snake as long as you can
什麼是Snake?
Snake是由https://monkeymart.org開發的Chrome擴展程式,該擴展的主要功能是“Snake. Play the official Google Snake Game. Control the Snake to eat as many apples, and make the snake as long as you can”。
擴展截圖
下載Snake擴展crx文件
下載Snake擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Want to play this iconic game from the 1990s? Relive your childhood and play snake again on this extension. This software works offline and you can play whenever you open Chrome browser. If you've played Snake before and are looking for some similar games, we have some good news for you. Please visit: https://monkeymart.org/ to play full mode of Snake. NOTE: - Added game detail website when first install will open just 1 time. Have fun and Good Luck! - You can play web online version or click "More Game" to play more games as well.
擴展基本資訊
名稱 | Snake |
ID | nngnjfkpoahfapkgcmodidlbnookggkj |
官方網址 | https://chromewebstore.google.com/detail/snake/nngnjfkpoahfapkgcmodidlbnookggkj |
簡介 | Snake. Play the official Google Snake Game. Control the Snake to eat as many apples, and make the snake as long as you can |
檔案大小 | 2.34 MB |
安裝次數 | 50,000 |
目前版本 | 1.1.7 |
更新時間 | 2024-03-04 |
上架時間 | 2022-11-23 |
評分 | 4.70/5 共 10 次評分 |
開發者 | https://monkeymart.org |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://monkeymart.org/ |
說明頁面URL | https://monkeymart.org/ |
隱私政策頁面URL | https://www.monkeymart.org/privacy-policy |
支援的語言 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,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,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "default_locale": "en_US", "manifest_version": 3, "description": "__MSG_appDesc__", "offline_enabled": true, "homepage_url": "https:\/\/googlesnake.org\/", "version": "1.1.7", "icons": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" }, "action": { "default_icon": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" }, "default_popup": "games.html", "default_title": "Snake" }, "background": { "service_worker": "background.js" } } |