Your Best World News Extension
This extension helps you simply read the best world news.
Apa itu Your Best World News Extension?
Your Best World News Extension adalah ekstensi Chrome yang dikembangkan oleh https://best-news-world.com, dan fitur utamanya adalah "This extension helps you simply read the best world news.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Your Best World News Extension
Unduh file ekstensi Your Best World News Extension 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
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
Informasi Dasar Ekstensi
Nama | |
ID | mhcadccilnnadcbjbdmabngbpcignljd |
URL Resmi | https://chromewebstore.google.com/detail/your-best-world-news-exte/mhcadccilnnadcbjbdmabngbpcignljd |
Deskripsi | This extension helps you simply read the best world news. |
Ukuran File | 259 KB |
Jumlah Instalasi | 113,244 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2022-05-26 |
Tanggal Publikasi | 2022-05-26 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | https://best-news-world.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://best-news-world.com/ |
URL Halaman Bantuan | https://best-news-world.com/pages/contact.html |
Bahasa yang Didukung | 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\/*" ] } |