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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |