Tasty Slither.io Friends
Eating other worms on slither is fun. Eating your friends is much more tasty...
Apa itu Tasty Slither.io Friends?
Tasty Slither.io Friends adalah ekstensi Chrome yang dikembangkan oleh kevin.m.ashton, dan fitur utamanya adalah "Eating other worms on slither is fun. Eating your friends is much more tasty...".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tasty Slither.io Friends
Unduh file ekstensi Tasty Slither.io Friends dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | odkflbmdakdpamjpihjjjebolghinkbd |
URL Resmi | https://chrome.google.com/webstore/detail/tasty-slitherio-friends/odkflbmdakdpamjpihjjjebolghinkbd |
Deskripsi | Eating other worms on slither is fun. Eating your friends is much more tasty... |
Ukuran File | 95.09 KB |
Jumlah Instalasi | 391 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-04-09 |
Tanggal Publikasi | 2020-04-09 |
Pengembang | kevin.m.ashton |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |