The Best News Extension
This extension helps you simply read the world news.
Apa itu The Best News Extension?
The Best News Extension adalah ekstensi Chrome yang dikembangkan oleh https://newsbuzzzer.com, dan fitur utamanya adalah "This extension helps you simply read the world news.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The Best News Extension
Unduh file ekstensi The Best 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
Get news and updates all over the world right at your homepage! By clicking “Add To Chrome”, you accept and agree to install our News Extension, set the Chrome™ New Tab - newsbuzzzer.com, and to the Terms of Use, and Privacy Policy. The New Tab Search features within the extension will be powered by Microsoft Bing http://newsbuzzzer.com/pages/terms-of-use.html https://newsbuzzzer.com/pages/privacy-policy.html https://newsbuzzzer.com/pages/about-us.html https://newsbuzzzer.com/pages/contact.html
Informasi Dasar Ekstensi
Nama | The Best News Extension |
ID | bodhfgccecdbobfmnjhlokhlohihpjhi |
URL Resmi | https://chromewebstore.google.com/detail/the-best-news-extension/bodhfgccecdbobfmnjhlokhlohihpjhi |
Deskripsi | This extension helps you simply read the world news. |
Ukuran File | 145 KB |
Jumlah Instalasi | 113,335 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2022-06-02 |
Tanggal Publikasi | 2022-04-13 |
Pengembang | https://newsbuzzzer.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://newsbuzzzer.com/ |
URL Halaman Bantuan | https://newsbuzzzer.com/pages/contact.html |
URL Halaman Kebijakan Privasi | https://newsbuzzzer.com/pages/privacy-policy.html |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icons\/128.png", "default_title": "The Best News Extension" }, "description": "This extension helps you simply read the world news.", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "manifest_version": 3, "name": "The Best News Extension", "version": "1.2", "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.newsbuzzzer.com\/*" ] } |