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!
O que é Slither.io Exclusive - Get New Features?
Slither.io Exclusive - Get New Features é uma extensão do Chrome desenvolvida por kodiman223, e sua principal característica é "Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Slither.io Exclusive - Get New Features
Baixe arquivos de extensão Slither.io Exclusive - Get New Features no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Slither.io Exclusive - Get New Features |
ID | foigpdheanhpdikafahciabdjhaognmo |
URL Oficial | https://chromewebstore.google.com/detail/slitherio-exclusive-get-n/foigpdheanhpdikafahciabdjhaognmo |
Descrição | Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more! |
Tamanho do Arquivo | 37.91 KB |
Contagem de Instalações | 6,308 |
Versão Atual | 1.0.5 |
Última Atualização | 2019-02-06 |
Data de Publicação | 2019-02-06 |
Classificação | 5.00/5 Total de 8 Avaliações |
Desenvolvedor | kodiman223 |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |