The Best News Extension
This extension helps you simply read the world news.
What is The Best News Extension?
The Best News Extension is a Chrome extension developed by https://newsbuzzzer.com, and its main feature is "This extension helps you simply read the world news.".
Extension Screenshots
Download The Best News Extension Extension CRX File
Download The Best News Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | The Best News Extension |
ID | bodhfgccecdbobfmnjhlokhlohihpjhi |
Official URL | https://chromewebstore.google.com/detail/the-best-news-extension/bodhfgccecdbobfmnjhlokhlohihpjhi |
Description | This extension helps you simply read the world news. |
File Size | 145 KB |
Installation Count | 113,335 |
Current Version | 1.2 |
Last Updated | 2022-06-02 |
Publish Date | 2022-04-13 |
Developer | https://newsbuzzzer.com |
[email protected] | |
Payment Type | free |
Extension Website | https://newsbuzzzer.com/ |
Help Page URL | https://newsbuzzzer.com/pages/contact.html |
Privacy Policy Page URL | https://newsbuzzzer.com/pages/privacy-policy.html |
Supported Languages | 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\/*" ] } |