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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον barisbaris, και η κύρια λειτουργία του είναι "Let your browser tell you how much your Microsoft Xbox Live purchases will cost in real currency with this extension.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης MSP Not For Me

Λήψη αρχείων επέκτασης 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\/*"
    ]
}