My T-Mo Helper

An extension to help you find your T-Mobile SOC code.

什麼是My T-Mo Helper?

My T-Mo Helper是由jman100開發的Chrome擴展程式,該擴展的主要功能是“An extension to help you find your T-Mobile SOC code.”。

擴展截圖

screenshot

下載My T-Mo Helper擴展crx文件

下載My T-Mo Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is a simple Chrome extension that will check the response from the T-Mobile account page and display your SOC code simply and easily without the need to use inspect element. This app is unofficial and not affiliated in any way with T-Mobile.

To use, install the extension, then login to your T-Mobile account. From there, simply click the T icon in your extensions bar.

No data is collected or stored at all in this extension, only displayed.

Special thanks to community member Soul for assisting with the code.                    

擴展基本資訊

名稱 My T-Mo Helper My T-Mo Helper
ID kddidpldlbihphhcbiicmnldjhocmmpl
官方網址 https://chromewebstore.google.com/detail/my-t-mo-helper/kddidpldlbihphhcbiicmnldjhocmmpl
簡介 An extension to help you find your T-Mobile SOC code.
檔案大小 61.88 KB
安裝次數 3,667
目前版本 0.1.2
更新時間 2021-04-14
上架時間 2020-12-13
評分 5.00/5 共 9 次評分
開發者 jman100
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My T-Mo Helper",
    "version": "0.1.2",
    "description": "An extension to help you find your T-Mobile SOC code.",
    "permissions": [
        "declarativeContent",
        "https:\/\/*.t-mobile.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/tmohelper16.png",
            "32": "images\/tmohelper32.png",
            "48": "images\/tmohelper48.png",
            "128": "images\/tmohelper128.png"
        }
    },
    "icons": {
        "16": "images\/tmohelper16.png",
        "32": "images\/tmohelper32.png",
        "48": "images\/tmohelper48.png",
        "128": "images\/tmohelper128.png"
    },
    "manifest_version": 2
}