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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/"
    ]
}