StraightTalk Extension v.1.0.8
Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more
Was ist StraightTalk Extension v.1.0.8?
StraightTalk Extension v.1.0.8 ist eine Chrome-Erweiterung, die von extensionsdevtf entwickelt wurde, und ihr Hauptmerkmal ist "Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more".
Erweiterungsscreenshots
StraightTalk Extension v.1.0.8-Erweiterungs-CRX-Datei herunterladen
Laden Sie StraightTalk Extension v.1.0.8-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nplihpgpdgfolkkebifkagnlmglfcnfo |
| Offizielle URL | https://chromewebstore.google.com/detail/straighttalk-extension-v1/nplihpgpdgfolkkebifkagnlmglfcnfo |
| Beschreibung | Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more |
| Dateigröße | 757 KB |
| Installationsanzahl | 4,411 |
| Aktuelle Version | 1.0.8 |
| Letztes Update | 2022-02-05 |
| Veröffentlichungsdatum | 2020-09-15 |
| Bewertung | 2.33/5 Insgesamt 3 Bewertungen |
| Entwickler | extensionsdevtf |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://m.tracfonewirelessinc.com/en/Privacy+Policy |
| Unterstützte Sprachen | 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\/"
]
} | |