Your Best World News Extension
This extension helps you simply read the best world news.
Was ist Your Best World News Extension?
Your Best World News Extension ist eine Chrome-Erweiterung, die von https://best-news-world.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps you simply read the best world news.".
Erweiterungsscreenshots
Your Best World News Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Your Best World News Extension-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
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | mhcadccilnnadcbjbdmabngbpcignljd |
Offizielle URL | https://chromewebstore.google.com/detail/your-best-world-news-exte/mhcadccilnnadcbjbdmabngbpcignljd |
Beschreibung | This extension helps you simply read the best world news. |
Dateigröße | 259 KB |
Installationsanzahl | 113,244 |
Aktuelle Version | 1 |
Letztes Update | 2022-05-26 |
Veröffentlichungsdatum | 2022-05-26 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://best-news-world.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://best-news-world.com/ |
Hilfeseite URL | https://best-news-world.com/pages/contact.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\/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\/*" ] } |