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/
扩展基本信息
名称 | StraightTalk Extension v.1.0.8 |
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 |
电子邮箱 | [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\/" ] } |