StraightTalk Extension v.1.0.8
Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more
Cos'è StraightTalk Extension v.1.0.8?
StraightTalk Extension v.1.0.8 è un'estensione di Chrome sviluppata da extensionsdevtf, e la sua funzione principale è "Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione StraightTalk Extension v.1.0.8
Scarica i file di estensione StraightTalk Extension v.1.0.8 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | StraightTalk Extension v.1.0.8 |
ID | nplihpgpdgfolkkebifkagnlmglfcnfo |
URL Ufficiale | https://chromewebstore.google.com/detail/straighttalk-extension-v1/nplihpgpdgfolkkebifkagnlmglfcnfo |
Descrizione | Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more |
Dimensione del File | 757 KB |
Conteggio Installazioni | 4,411 |
Versione Corrente | 1.0.8 |
Ultimo Aggiornamento | 2022-02-05 |
Data di Pubblicazione | 2020-09-15 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | extensionsdevtf |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://m.tracfonewirelessinc.com/en/Privacy+Policy |
Lingue Supportate | 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\/" ] } |