Splatoon Map Info Extension
Condensed map rotation information for Splatoon.
Splatoon Map Info Extension란 무엇입니까?
Splatoon Map Info Extension은(는) analblaze에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Condensed map rotation information for Splatoon."입니다.
확장 프로그램 스크린샷
Splatoon Map Info Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It's basically just splatoon.ink in a box. All credit to its original creator. Credits: 11rcombs - Original splatoon.ink developer Vectorfriend - App icons Pixel anon - Mode icons (not used yet) Nintendo - Ranked and Regular mode SVGs. Also making Splatoon, I guess.
확장 프로그램 기본 정보
이름 | Splatoon Map Info Extension |
ID | aahamocdabckhacaedblhgimpkhpiopm |
공식 URL | https://chromewebstore.google.com/detail/splatoon-map-info-extensi/aahamocdabckhacaedblhgimpkhpiopm |
설명 | Condensed map rotation information for Splatoon. |
파일 크기 | 395 KB |
설치 횟수 | 349 |
현재 버전 | 1.17 |
최근 업데이트 | 2015-10-06 |
출시 날짜 | 2015-10-05 |
평점 | 4.44/5 총 18 개의 평점 |
개발자 | analblaze |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Splatoon Map Info Extension", "description": "Condensed map rotation information for Splatoon.", "version": "1.17", "author": "analblaze", "short_name": "Splatoon Extension", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png", "128": "icon128.png", "64": "icon64.png", "48": "icon48.png", "32": "icon32.png", "16": "icon16.png" }, "default_popup": "popup.html" }, "icons": { "128": "icon128.png", "64": "icon64.png", "48": "icon48.png", "32": "icon32.png", "16": "icon16.png", "19": "icon19.png", "38": "icon38.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |