Your Best World News Extension
This extension helps you simply read the best world news.
What is Your Best World News Extension?
Your Best World News Extension is a Chrome extension developed by https://best-news-world.com, and its main feature is "This extension helps you simply read the best world news.".
Extension Screenshots
Download Your Best World News Extension Extension CRX File
Download Your Best World 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
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
Extension Basic Information
Name | |
ID | mhcadccilnnadcbjbdmabngbpcignljd |
Official URL | https://chromewebstore.google.com/detail/your-best-world-news-exte/mhcadccilnnadcbjbdmabngbpcignljd |
Description | This extension helps you simply read the best world news. |
File Size | 259 KB |
Installation Count | 113,244 |
Current Version | 1 |
Last Updated | 2022-05-26 |
Publish Date | 2022-05-26 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://best-news-world.com |
[email protected] | |
Payment Type | free |
Extension Website | https://best-news-world.com/ |
Help Page URL | https://best-news-world.com/pages/contact.html |
Supported Languages | 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\/*" ] } |