Tasty Slither.io Friends

Eating other worms on slither is fun. Eating your friends is much more tasty...

What is Tasty Slither.io Friends?

Tasty Slither.io Friends is a Chrome extension developed by kevin.m.ashton, and its main feature is "Eating other worms on slither is fun. Eating your friends is much more tasty...".

Extension Screenshots

screenshot

Download Tasty Slither.io Friends Extension CRX File

Download Tasty Slither.io Friends extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tasty Slither.io Friends Tasty Slither.io Friends
ID odkflbmdakdpamjpihjjjebolghinkbd
Official URL 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...
File Size 95.09 KB
Installation Count 391
Current Version 1.0
Last Updated 2020-04-09
Publish Date 2020-04-09
Developer kevin.m.ashton
Payment Type free
Supported Languages 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"
    ]
}