Tasty Slither.io Friends
Eating other worms on slither is fun. Eating your friends is much more tasty...
什麼是Tasty Slither.io Friends?
Tasty Slither.io Friends是由kevin.m.ashton開發的Chrome擴展程式,該擴展的主要功能是“Eating other worms on slither is fun. Eating your friends is much more tasty...”。
擴展截圖
下載Tasty Slither.io Friends擴展crx文件
下載Tasty Slither.io Friends擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Click the "Eat Friends" button and you will be prompted to join a party with your friends. Once you are in a party with your friends little green boxes appear on the screen showing the distance and direction of your friends.
擴展基本資訊
名稱 | ![]() |
ID | odkflbmdakdpamjpihjjjebolghinkbd |
官方網址 | https://chrome.google.com/webstore/detail/tasty-slitherio-friends/odkflbmdakdpamjpihjjjebolghinkbd |
簡介 | Eating other worms on slither is fun. Eating your friends is much more tasty... |
檔案大小 | 95.09 KB |
安裝次數 | 391 |
目前版本 | 1.0 |
更新時間 | 2020-04-09 |
上架時間 | 2020-04-09 |
開發者 | kevin.m.ashton |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tasty Slither.io Friends", "version": "1.0", "description": "Eating other worms on slither is fun. Eating your friends is much more tasty...", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/kevin-ashton\/tasty-slither-io-friends", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_title": "Inject!" }, "content_scripts": [ { "all_frames": false, "js": [ "inject.js" ], "matches": [ "*:\/\/slither.io\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "script.js", "jquery.js" ], "permissions": [ "*:\/\/slither.io\/*", "storage", "activeTab" ] } |