Slitherio select server
Slither.io select server
What is Slitherio select server?
Slitherio select server is a Chrome extension developed by KA MI KA ZE, and its main feature is "Slither.io select server".
Extension Screenshots
Download Slitherio select server Extension CRX File
Download Slitherio select server 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
slither.ioでサーバーを選択して遊べるようにします
Extension Basic Information
Name | Slitherio select server |
ID | bieiemldejhpeepmahblpodiifacebnd |
Official URL | https://chromewebstore.google.com/detail/slitherio-select-server/bieiemldejhpeepmahblpodiifacebnd |
Description | Slither.io select server |
File Size | 485 KB |
Installation Count | 648 |
Current Version | 0.0.2 |
Last Updated | 2020-07-28 |
Publish Date | 2020-07-28 |
Rating | 3.67/5 Total 3 Ratings |
Developer | KA MI KA ZE |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slitherio select server", "version": "0.0.2", "manifest_version": 2, "description": "Slither.io select server", "permissions": [ "*:\/\/slither.io\/*" ], "icons": { "128": "images\/Icon-128.png", "16": "images\/Icon-16.png", "32": "images\/Icon-32.png", "48": "images\/Icon-48.png" }, "content_scripts": [ { "all_frames": true, "js": [ "inject.js" ], "matches": [ "*:\/\/slither.io\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "images\/*", "main.js", "jquery.js" ] } |