NTL MOD for Slither.io
Advanced slither.io mod for pro players
O que é NTL MOD for Slither.io?
NTL MOD for Slither.io é uma extensão do Chrome desenvolvida por https://ntl-slither.com, e sua principal característica é "Advanced slither.io mod for pro players".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NTL MOD for Slither.io
Baixe arquivos de extensão NTL MOD for Slither.io 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
This extension provides modern features and looks for playing slither.io game: - new simple, fast and enhanced skin builder - new NTL textures for faster graphics - skin & food faster rendering options for weak computers - can export just the custom skins and can be safely shared with friends - option to turn off skin alpha rendering for better FPS (replaces uk skin & affects neon skins) - high visibility skins (brighter, more sharp) - glass like transparent border - emoji support in chat - enable / disable zoom support - dynamic slow zoom release - cosmetics support (players using mobile with cosmetics codes are visible and mobile players can see your unlocked cosmetics - ALL in default install, including crown and bunny ears) - NTL network sharing (players using NTL MOD can see each-other's cosmetics, tags and neon skins if not in stealth mode) - stealth mode (only you and your team can see your true skin, nick, cosmetic & tag while others see a nameless snake with a random skin) - up to 240FPS for high end computers and a FPS limiter in options - main menu background theme (make it your own by uploading your favorite pic) - unlocked cosmetics and tags that can be applied to any skin, default or custom - realtime leaderboards for easy playing on servers of interest (closest to you, most busy, big scorers etc) - ping sorted list of default servers (provides a quick way of detecting servers closest to you) - screenshots of kills and death (remember to allow screenshots permission after loading slither by clicking on the extension's toolbar icon) - circle bot supporting border recognition (press T twice to activate) - assist function for close encounters (press R to temporarily activate) - border assist : autodrives the snake along the border as maxed out as possible (press R near border to activate when needed a pro squeeze) - skin peek: when play in low graphics press W to quickly see the true skins of snakes around. when released back to low graph skins. - ultra custom skins (skin builder supports full skin length with non repeat option) - management of custom skins (auto save, scrolling, delete, re-edit) - neon skins - control over boost effect (if disabled it helps weak computers get more steady fps) - snakes score in nickname - playing with all snakes nameless. You can still peek at names during game with W - nick filter (makes user-editable offensive nicknames appear as nameless). You can still peek at names during game with W - can open realtime leaderboars and settings while playing (if bot is on) - chat window that also acts as a log window for various confirmations & notifications - option to export / restore all settings - ability to join a team with valid auth keys which enables team features (chat, location sharing, team cosmetics and tags, team recognition, team play in stealth, team notifications - beeps, help, food to offer, Target Marking System (TMS), etc) - lots of controls available in the settings area
Informações Básicas da Extensão
Nome | NTL MOD for Slither.io |
ID | hpgaehmokjbdfkbgkeifbfogjalkpfgb |
URL Oficial | https://chromewebstore.google.com/detail/ntl-mod-for-slitherio/hpgaehmokjbdfkbgkeifbfogjalkpfgb |
Descrição | Advanced slither.io mod for pro players |
Tamanho do Arquivo | 7.79 MB |
Contagem de Instalações | 26,543 |
Versão Atual | 7.43 |
Última Atualização | 2024-03-03 |
Data de Publicação | 2020-06-22 |
Classificação | 4.23/5 Total de 153 Avaliações |
Desenvolvedor | https://ntl-slither.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://ntl-slither.com |
URL da Página de Ajuda | https://ntl-slither.com/slither/modhelp.php |
URL da Página de Política de Privacidade | https://ntl-slither.com/slither/modhelp.php |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NTL MOD for Slither.io", "description": "Advanced slither.io mod for pro players", "version": "7.43", "author": "[NTL] Nothing To Lose", "homepage_url": "https:\/\/ntl-slither.com", "short_name": "NTL MOD", "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2X6FubWAS1tTD6B+9asVDDv8fiCeiwBw\/BVGx4U7mzbCvQ4FCJ050iBr7M1Y3JJX0cv9a\/gqHM4ozXoU8a4foxasQ9PumT77GGHb7YwGNImJo9q1bqDCjtEh50THFx305Yb6LN1fIX9P0JzWVZDsa+YRvmfXmyNwS69W4p9Hc15asST0Dgd70mL7CgMn0g5yK89fWJBMM2dVVc6W7\/AeQ5eYFOhadUnulcz9FuTS0ogYbks0plo\/aGVahTSrHn+7dZqEIXwEE52ttu9ks8kcke997e9PftOrWk7\/tRoD\/LdJZFt+i3iCC2R\/lWWvPwAX994Pn+7\/u9cSRXGTRj97XwIDAQAB", "externally_connectable": { "matches": [ "*:\/\/slither.io\/*", "https:\/\/ntl-slither.com\/*" ] }, "content_security_policy": { "script-src": "'self'", "object-src": "'self'" }, "web_accessible_resources": [ { "resources": [ "*.json", "*.js", "*.txt", "*.css", "*.png", "*.jpg", "*.webp", "s\/*.webp", "pr\/*.webp", "*.mp3", "social.html", "help.html" ], "matches": [ "*:\/\/slither.io\/*" ] } ], "permissions": [ "declarativeNetRequest", "activeTab", "downloads", "downloads.shelf" ], "content_scripts": [ { "matches": [ "*:\/\/slither.io\/*" ], "js": [ "tinyscr.js" ], "all_frames": false, "run_at": "document_end" } ], "action": { "default_icon": "icon.png", "default_title": "NTL MOD", "default_popup": "popup.html" }, "host_permissions": [ "*:\/\/slither.io\/*" ], "declarative_net_request": { "rule_resources": [ { "enabled": true, "id": "1", "path": "game.json" } ] } } |