MSP Not For Me

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

Was ist MSP Not For Me?

MSP Not For Me ist eine Chrome-Erweiterung, die von barisbaris entwickelt wurde, und ihr Hauptmerkmal ist "Let your browser tell you how much your Microsoft Xbox Live purchases will cost in real currency with this extension.".

Erweiterungsscreenshots

screenshot

MSP Not For Me-Erweiterungs-CRX-Datei herunterladen

Laden Sie MSP Not For Me-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name MSP Not For Me MSP Not For Me
ID locmkcbgbklggfmkfgankafopdhopgom
Offizielle URL https://chromewebstore.google.com/detail/msp-not-for-me/locmkcbgbklggfmkfgankafopdhopgom
Beschreibung Let your browser tell you how much your Microsoft Xbox Live purchases will cost in real currency with this extension.
Dateigröße 13.11 KB
Installationsanzahl 10
Aktuelle Version 1.0
Letztes Update 2013-05-14
Veröffentlichungsdatum 2013-05-14
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler barisbaris
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}