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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย extensionsdevtf และคุณลักษณะหลักของมันคือ "Replaces new tab with personal dashboard with a beautiful background, the current date, news articles and more"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StraightTalk Extension v.1.0.8
ดาวน์โหลดไฟล์ส่วนขยาย StraightTalk Extension v.1.0.8 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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\/" ] } |