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