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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में StraightTalk Extension v.1.0.8 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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\/"
    ]
}