The Best Sports News In The World
This extension helps you simply read the sports news.
Was ist The Best Sports News In The World?
The Best Sports News In The World ist eine Chrome-Erweiterung, die von http://sports-best-news.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps you simply read the sports news.".
Erweiterungsscreenshots
The Best Sports News In The World-Erweiterungs-CRX-Datei herunterladen
Laden Sie The Best Sports News In The World-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | mdneonihdidkfbikoclcffckblcogjbf |
Offizielle URL | https://chrome.google.com/webstore/detail/the-best-sports-news-in-t/mdneonihdidkfbikoclcffckblcogjbf |
Beschreibung | This extension helps you simply read the sports news. |
Dateigröße | 95.81 KB |
Installationsanzahl | 119,704 |
Aktuelle Version | 1.1 |
Letztes Update | 2023-02-06 |
Veröffentlichungsdatum | 2022-05-26 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://sports-best-news.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://sports-best-news.com/ |
Hilfeseite URL | https://sports-best-news.com/pages/contact.html |
URL der Datenschutzrichtlinien-Seite | https://sports-best-news.com/pages/privacy-policy.html |
Unterstützte Sprachen | 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\/*" ] } |