Slither.io Exclusive - Get New Features
Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!
Wat is Slither.io Exclusive - Get New Features?
Slither.io Exclusive - Get New Features is een Chrome-extensie ontwikkeld door kodiman223, en de belangrijkste functie is "Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!".
Extensie Screenshots
Download het CRX-bestand van de extensie Slither.io Exclusive - Get New Features
Download Slither.io Exclusive - Get New Features-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Features: 1. Remembers your name through refreshes. 2. Enables you to see other players' lengths. 3. Alerts you of snakes that are near you but which are out of view. 4. Lets you see how long have you been playing in a single game. You may edit some of the settings to your pleasing. Additional features or changes may be coming up!
Basisinformatie over de Extensie
Naam | Slither.io Exclusive - Get New Features |
ID | foigpdheanhpdikafahciabdjhaognmo |
Officiële URL | https://chromewebstore.google.com/detail/slitherio-exclusive-get-n/foigpdheanhpdikafahciabdjhaognmo |
Beschrijving | Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more! |
Bestandsgrootte | 37.91 KB |
Aantal Installaties | 6,308 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2019-02-06 |
Publicatiedatum | 2019-02-06 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | kodiman223 |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slither.io Exclusive - Get New Features", "version": "1.0.5", "description": "Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!", "author": "xcodder", "browser_action": { "default_title": "Slither.io Exclusive", "default_popup": "action.html" }, "icons": { "48": "imgs\/48.png", "128": "imgs\/128.png" }, "content_scripts": [ { "matches": [ "http:\/\/slither.io\/*" ], "run_at": "document_end", "js": [ "content-script.js" ] } ], "permissions": [ "storage" ] } |