Tasty Slither.io Friends
Eating other worms on slither is fun. Eating your friends is much more tasty...
Qu'est-ce que Tasty Slither.io Friends ?
Tasty Slither.io Friends est une extension Chrome développée par kevin.m.ashton, et sa fonction principale est "Eating other worms on slither is fun. Eating your friends is much more tasty...".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tasty Slither.io Friends
Téléchargez les fichiers d'extension Tasty Slither.io Friends au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ![]() |
ID | odkflbmdakdpamjpihjjjebolghinkbd |
URL Officiel | https://chrome.google.com/webstore/detail/tasty-slitherio-friends/odkflbmdakdpamjpihjjjebolghinkbd |
Description | Eating other worms on slither is fun. Eating your friends is much more tasty... |
Taille du Fichier | 95.09 KB |
Nombre d'Installations | 391 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-04-09 |
Date de Publication | 2020-04-09 |
Développeur | kevin.m.ashton |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |