Your Best World News Extension
This extension helps you simply read the best world news.
Your Best World News Extensionคืออะไร?
Your Best World News Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://best-news-world.com และคุณลักษณะหลักของมันคือ "This extension helps you simply read the best world news."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Your Best World News Extension
ดาวน์โหลดไฟล์ส่วนขยาย Your Best World News Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With our extension, enjoy news updates from the world! By adding to chrome, you accept and agree to install our extension, set the Chrome New Tab and to the terms of use, and privacy policy. The new tab .search features within the extension will be powered by Bing https://best-news-world.com/pages/privacy-policy.html https://best-news-world.com/pages/terms-of-use.html
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mhcadccilnnadcbjbdmabngbpcignljd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/your-best-world-news-exte/mhcadccilnnadcbjbdmabngbpcignljd |
คำอธิบาย | This extension helps you simply read the best world news. |
ขนาดไฟล์ | 259 KB |
จำนวนการติดตั้ง | 113,244 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2022-05-26 |
วันที่เผยแพร่ | 2022-05-26 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://best-news-world.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://best-news-world.com/ |
URL หน้าช่วยเหลือ | https://best-news-world.com/pages/contact.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icons\/news-128.png", "default_title": "Your Best World News Extension" }, "description": "This extension helps you simply read the best world news.", "icons": { "128": "icons\/news-128.png", "16": "icons\/news-16.png", "32": "icons\/news-32.png" }, "manifest_version": 3, "name": "Your Best World News Extension", "version": "1", "web_accessible_resources": [ { "resources": [ "icons\/*.svg", "icons\/*.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.best-news-world.com\/*" ] } |