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.”。
扩展截图
下载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 |
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\/*" ] } |