Rocket App
See & stay updated on trending news
Rocket Appคืออะไร?
Rocket App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Open Team และคุณลักษณะหลักของมันคือ "See & stay updated on trending news"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rocket App
ดาวน์โหลดไฟล์ส่วนขยาย Rocket App ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add the Rocket App to stay on top of trending news around the world. You can see the top news or choose to see the stories from the topic that matter the most to you. In the Rocket App, you can also change your theme settings. The news is provided by CBS News and is owned by CBS News. By clicking "Add to Chrome", I accept and agree to install the Rocket App extension and set the new tab search to that provided by the service. The search will be powered by Microsoft Bing. Privacy Policy: https://openteamconsulting.com/privacy-ext Terms of Service: https://openteamconsulting.com/terms-ext Contact Us: https://openteamconsulting.com/contact
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Rocket App |
ID | faoconfkohgoflnjaebifajdehfglgef |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rocket-app/faoconfkohgoflnjaebifajdehfglgef |
คำอธิบาย | See & stay updated on trending news |
ขนาดไฟล์ | 9.45 MB |
จำนวนการติดตั้ง | 13,010 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2023-09-04 |
วันที่เผยแพร่ | 2022-09-06 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Open Team |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://openteamconsulting.com/privacy-ext |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "dist\/index.min.html" }, "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "description": "See & stay updated on trending news", "manifest_version": 3, "name": "Rocket App", "permissions": [ "storage", "topSites" ], "host_permissions": [ "*:\/\/*\/*" ], "version": "0.0.5", "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" } } |