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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| ID | kddidpldlbihphhcbiicmnldjhocmmpl |
| 公式URL | 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 |
| Eメール | [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
} | |