StraightTalk Extension v.1.0.8
Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more
Qu'est-ce que StraightTalk Extension v.1.0.8 ?
StraightTalk Extension v.1.0.8 est une extension Chrome développée par extensionsdevtf, et sa fonction principale est "Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension StraightTalk Extension v.1.0.8
Téléchargez les fichiers d'extension StraightTalk Extension v.1.0.8 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | StraightTalk Extension v.1.0.8 |
ID | nplihpgpdgfolkkebifkagnlmglfcnfo |
URL Officiel | https://chromewebstore.google.com/detail/straighttalk-extension-v1/nplihpgpdgfolkkebifkagnlmglfcnfo |
Description | Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more |
Taille du Fichier | 757 KB |
Nombre d'Installations | 4,411 |
Version Actuelle | 1.0.8 |
Dernière Mise à Jour | 2022-02-05 |
Date de Publication | 2020-09-15 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | extensionsdevtf |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://m.tracfonewirelessinc.com/en/Privacy+Policy |
Langues Prises en Charge | 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\/" ] } |