Torn Sidekick

Your torn sidekick

Torn Sidekick란 무엇입니까?

Torn Sidekick은(는) Nepherius에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your torn sidekick"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Torn Sidekick 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Estimates the battle stats of players.
 

Can be used on  Profile page, search, advanced search, points market.                    

확장 프로그램 기본 정보

이름 Torn Sidekick Torn Sidekick
ID bnibekhopekagofajbpnmaifmfoabdec
공식 URL https://chromewebstore.google.com/detail/torn-sidekick/bnibekhopekagofajbpnmaifmfoabdec
설명 Your torn sidekick
파일 크기 439 KB
설치 횟수 214
현재 버전 1.2.3
최근 업데이트 2020-04-26
출시 날짜 2020-04-23
평점 5.00/5 총 4 개의 평점
개발자 Nepherius
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Torn Sidekick",
    "description": "Your torn sidekick",
    "version": "1.2.3",
    "author": "Nepherius",
    "homepage_url": "http:\/\/nepherius.xyz",
    "browser_action": {
        "default_title": "Enter your Torn API Key",
        "default_icon": "images\/ts.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "https:\/\/www.torn.com\/*",
        "https:\/\/api.torn.com\/*"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.torn.com\/*"
            ],
            "js": [
                "plugins\/jquery\/jquery-3.3.1.min.js",
                "plugins\/jquery\/jquery-ui.min.js",
                "js\/content.js",
                "js\/popup.js"
            ]
        }
    ]
}