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!
Slither.io Exclusive - Get New Featuresとは何ですか?
Slither.io Exclusive - Get New Featuresはkodiman223によって開発されたChromeの拡張機能で、その主な機能は「Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more!」です。
拡張機能のスクリーンショット
Slither.io Exclusive - Get New Features拡張機能のCRXファイルをダウンロード
Slither.io Exclusive - Get New Features拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | Slither.io Exclusive - Get New Features |
ID | foigpdheanhpdikafahciabdjhaognmo |
公式URL | https://chromewebstore.google.com/detail/slitherio-exclusive-get-n/foigpdheanhpdikafahciabdjhaognmo |
説明 | Enjoy slither.io new features! This extension remembers your nickname, lets you see other snakes' sizes during the game and more! |
ファイルサイズ | 37.91 KB |
インストール数 | 6,308 |
現在のバージョン | 1.0.5 |
最終更新日 | 2019-02-06 |
公開日 | 2019-02-06 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | kodiman223 |
支払い方法 | free |
対応言語 | 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" ] } |