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”。

擴展截圖

screenshot

下載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 StraightTalk Extension v.1.0.8
ID nplihpgpdgfolkkebifkagnlmglfcnfo
官方網址 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\/"
    ]
}