MSP Not For Me

Let your browser tell you how much your Microsoft Xbox Live purchases will cost in real currency with this extension.

MSP Not For Me란 무엇입니까?

MSP Not For Me은(는) barisbaris에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let your browser tell you how much your Microsoft Xbox Live purchases will cost in real currency with this extension."입니다.

확장 프로그램 스크린샷

screenshot

MSP Not For Me 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will replace Microsoft Points on the xbox.com website and marketplace with the localised currency, where supported.  That means that if you are in the US you will see the price of a download in USD, in england you will see the price in GBP and so on.

Currently it supports UK, US and Italian conversion, however anyone is welcome to add their own country by contributing to the project at https://github.com/barisbalic/msp-not-for-me or by informing me of the correct locale, and the value of a single MSP locally.

Future releases will also include nicer icons/images.                    

확장 프로그램 기본 정보

이름 MSP Not For Me MSP Not For Me
ID locmkcbgbklggfmkfgankafopdhopgom
공식 URL https://chromewebstore.google.com/detail/msp-not-for-me/locmkcbgbklggfmkfgankafopdhopgom
설명 Let your browser tell you how much your Microsoft Xbox Live purchases will cost in real currency with this extension.
파일 크기 13.11 KB
설치 횟수 10
현재 버전 1.0
최근 업데이트 2013-05-14
출시 날짜 2013-05-14
평점 2.33/5 총 3 개의 평점
개발자 barisbaris
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.xbox.com\/*"
            ],
            "js": [
                "lib\/convert.js"
            ]
        }
    ],
    "icons": {
        "48": "images\/medium.png",
        "128": "images\/large.png"
    },
    "page_action": {
        "default_icon": "images\/schmall.png",
        "default_title": "MSP Not For Me"
    },
    "name": "MSP Not For Me",
    "description": "Let your browser tell you how much your Microsoft Xbox Live purchases will cost in real currency with this extension.",
    "version": "1.0",
    "permissions": [
        "tabs",
        "*:\/\/*.xbox.com\/*"
    ]
}