Your Best World News Extension
This extension helps you simply read the best world news.
Qu'est-ce que Your Best World News Extension ?
Your Best World News Extension est une extension Chrome développée par https://best-news-world.com, et sa fonction principale est "This extension helps you simply read the best world news.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Your Best World News Extension
Téléchargez les fichiers d'extension Your Best World News Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | mhcadccilnnadcbjbdmabngbpcignljd |
URL Officiel | https://chromewebstore.google.com/detail/your-best-world-news-exte/mhcadccilnnadcbjbdmabngbpcignljd |
Description | This extension helps you simply read the best world news. |
Taille du Fichier | 259 KB |
Nombre d'Installations | 113,244 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2022-05-26 |
Date de Publication | 2022-05-26 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | https://best-news-world.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://best-news-world.com/ |
URL de la Page d'Aide | https://best-news-world.com/pages/contact.html |
Langues Prises en Charge | 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\/*" ] } |