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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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