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ファイルをダウンロード

MSP Not For Me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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\/*"
    ]
}