Fortnite Stats
View the stats of any player of fortnite battle royale.
Fortnite Stats란 무엇입니까?
Fortnite Stats은(는) https://fortnitestats.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View the stats of any player of fortnite battle royale."입니다.
확장 프로그램 스크린샷
Fortnite Stats 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
FortniteStats.com are proud to announce our chrome extension! This extension allows you to view the stats of any fortnite battle royale player quickly, from any location online. Browse the online fortnite leaderboards for PC, XBOX and PSN.
확장 프로그램 기본 정보
이름 | |
ID | djcidfjepmiibddlaikencjlakacickk |
공식 URL | https://chrome.google.com/webstore/detail/fortnite-stats/djcidfjepmiibddlaikencjlakacickk |
설명 | View the stats of any player of fortnite battle royale. |
파일 크기 | 31.69 KB |
설치 횟수 | 579 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2018-03-30 |
출시 날짜 | 2018-03-30 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | https://fortnitestats.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://fortnitestats.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fortnite Stats", "description": "View the stats of any player of fortnite battle royale.", "version": "1.0.0", "browser_action": { "default_icon": { "16": "images\/image-16x16.png", "24": "images\/image-24x24.png", "32": "images\/image-32x32.png", "48": "images\/image-48x48.png", "64": "images\/image-64x64.png", "128": "images\/image-128x128.png", "256": "images\/image-256x256.png" }, "default_popup": "popup.html", "default_title": "Test Chrome Extension" }, "icons": { "16": "images\/image-16x16.png", "24": "images\/image-24x24.png", "32": "images\/image-32x32.png", "48": "images\/image-48x48.png", "64": "images\/image-64x64.png", "128": "images\/image-128x128.png", "256": "images\/image-256x256.png" }, "permissions": [ "tabs" ] } |