StraightTalk Extension v.1.0.8
Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more
StraightTalk Extension v.1.0.8とは何ですか?
StraightTalk Extension v.1.0.8はextensionsdevtfによって開発されたChromeの拡張機能で、その主な機能は「Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more」です。
拡張機能のスクリーンショット
StraightTalk Extension v.1.0.8拡張機能のCRXファイルをダウンロード
StraightTalk Extension v.1.0.8拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get the latest news articles and a beautiful background with the latest extension from StraightTalk. It replaces your new tab with a personal dashboard so you can stay informed on what’s happening around the world directly from your browser.
Privacy policy: https://m.tracfonewirelessinc.com/en/Privacy+Policy/
Terms & conditions: https://m.tracfonewirelessinc.com/en/Privacy+Policy/ 拡張機能の基本情報
| 名前 | |
| ID | nplihpgpdgfolkkebifkagnlmglfcnfo |
| 公式URL | https://chromewebstore.google.com/detail/straighttalk-extension-v1/nplihpgpdgfolkkebifkagnlmglfcnfo |
| 説明 | Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more |
| ファイルサイズ | 757 KB |
| インストール数 | 4,411 |
| 現在のバージョン | 1.0.8 |
| 最終更新日 | 2022-02-05 |
| 公開日 | 2020-09-15 |
| 評価 | 2.33/5 合計 3 レビュー |
| 開発者 | extensionsdevtf |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://m.tracfonewirelessinc.com/en/Privacy+Policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "StraightTalk Extension v.1.0.8",
"short_name": "Ext #1",
"description": "Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ https:\/\/airfind.com\/ https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'",
"version": "1.0.8",
"author": "AirFind",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"128": "\/assets\/images\/st-icon.png"
},
"background": {
"scripts": [
"\/assets\/js\/settings.js",
"\/assets\/js\/background.js"
]
},
"browser_action": {
"default_icon": "\/assets\/images\/new_logo.png",
"default_title": "New tab"
},
"permissions": [
"cookies",
"https:\/\/m.mylocal.io\/"
]
} | |