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
官方網址 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\/*"
    ]
}