Your Best World News Extension
This extension helps you simply read the best world news.
Hvad er Your Best World News Extension?
Your Best World News Extension er en Chrome-udvidelse udviklet af https://best-news-world.com, og dens hovedfunktion er "This extension helps you simply read the best world news.".
Udvidelsesskærmbilleder
Download Your Best World News Extension-udvidelses-CRX-fil
Download Your Best World News Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mhcadccilnnadcbjbdmabngbpcignljd |
Officiel URL | https://chromewebstore.google.com/detail/your-best-world-news-exte/mhcadccilnnadcbjbdmabngbpcignljd |
Beskrivelse | This extension helps you simply read the best world news. |
Filstørrelse | 259 KB |
Antal Installationer | 113,244 |
Nuværende Version | 1 |
Senest Opdateret | 2022-05-26 |
Udgivelsesdato | 2022-05-26 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | https://best-news-world.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://best-news-world.com/ |
Hjælpeside-URL | https://best-news-world.com/pages/contact.html |
Understøttede Sprog | 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\/*" ] } |