Your Best World News Extension
This extension helps you simply read the best world news.
Cos'è Your Best World News Extension?
Your Best World News Extension è un'estensione di Chrome sviluppata da https://best-news-world.com, e la sua funzione principale è "This extension helps you simply read the best world news.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Your Best World News Extension
Scarica i file di estensione Your Best World News Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | mhcadccilnnadcbjbdmabngbpcignljd |
URL Ufficiale | https://chromewebstore.google.com/detail/your-best-world-news-exte/mhcadccilnnadcbjbdmabngbpcignljd |
Descrizione | This extension helps you simply read the best world news. |
Dimensione del File | 259 KB |
Conteggio Installazioni | 113,244 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2022-05-26 |
Data di Pubblicazione | 2022-05-26 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | https://best-news-world.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://best-news-world.com/ |
URL della Pagina di Aiuto | https://best-news-world.com/pages/contact.html |
Lingue Supportate | 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\/*" ] } |