The Best Sports News In The World
This extension helps you simply read the sports news.
What is The Best Sports News In The World?
The Best Sports News In The World is a Chrome extension developed by http://sports-best-news.com, and its main feature is "This extension helps you simply read the sports news.".
Extension Screenshots
Download The Best Sports News In The World Extension CRX File
Download The Best Sports News In The World 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
Enjoy sports news and updates in your homepage with our extension! By adding the extension, you accept and agree to install, set the Chrome New Tab and to the terms of use, and policies. The new tab search features within the extension will be yahoo https://sports-best-news.com/pages/privacy-policy.html https://sports-best-news.com/pages/terms-of-use.html
Extension Basic Information
Name | |
ID | mdneonihdidkfbikoclcffckblcogjbf |
Official URL | https://chrome.google.com/webstore/detail/the-best-sports-news-in-t/mdneonihdidkfbikoclcffckblcogjbf |
Description | This extension helps you simply read the sports news. |
File Size | 95.81 KB |
Installation Count | 119,704 |
Current Version | 1.1 |
Last Updated | 2023-02-06 |
Publish Date | 2022-05-26 |
Rating | 1.00/5 Total 1 Ratings |
Developer | http://sports-best-news.com |
[email protected] | |
Payment Type | free |
Extension Website | https://sports-best-news.com/ |
Help Page URL | https://sports-best-news.com/pages/contact.html |
Privacy Policy Page URL | https://sports-best-news.com/pages/privacy-policy.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\/balls-sports-128.png", "default_title": "The Best Sports News In The World" }, "description": "This extension helps you simply read the sports news.", "icons": { "128": "icons\/balls-sports-128.png", "16": "icons\/balls-sports-16.png", "32": "icons\/balls-sports-32.png" }, "manifest_version": 3, "name": "The Best Sports News In The World", "version": "1.1", "web_accessible_resources": [ { "resources": [ "icons\/*.svg", "icons\/*.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.sports-best-news.com\/*" ] } |