StraightTalk Extension v.1.0.8
Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more
Apa itu StraightTalk Extension v.1.0.8?
StraightTalk Extension v.1.0.8 adalah ekstensi Chrome yang dikembangkan oleh extensionsdevtf, dan fitur utamanya adalah "Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi StraightTalk Extension v.1.0.8
Unduh file ekstensi StraightTalk Extension v.1.0.8 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/
Informasi Dasar Ekstensi
Nama | StraightTalk Extension v.1.0.8 |
ID | nplihpgpdgfolkkebifkagnlmglfcnfo |
URL Resmi | https://chromewebstore.google.com/detail/straighttalk-extension-v1/nplihpgpdgfolkkebifkagnlmglfcnfo |
Deskripsi | Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more |
Ukuran File | 757 KB |
Jumlah Instalasi | 4,411 |
Versi Saat Ini | 1.0.8 |
Terakhir Diperbarui | 2022-02-05 |
Tanggal Publikasi | 2020-09-15 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | extensionsdevtf |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://m.tracfonewirelessinc.com/en/Privacy+Policy |
Bahasa yang Didukung | 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\/" ] } |