Your Best World News Extension
This extension helps you simply read the best world news.
Vad är Your Best World News Extension?
Your Best World News Extension är en Chrome-tillägg utvecklad av https://best-news-world.com, och dess huvudfunktion är "This extension helps you simply read the best world news.".
Tilläggsskärmbilder
Ladda ner Your Best World News Extension-förlängningens CRX-fil
Ladda ner Your Best World News Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | mhcadccilnnadcbjbdmabngbpcignljd |
Officiell webbadress | https://chromewebstore.google.com/detail/your-best-world-news-exte/mhcadccilnnadcbjbdmabngbpcignljd |
Beskrivning | This extension helps you simply read the best world news. |
Filstorlek | 259 KB |
Antal Installationer | 113,244 |
Aktuell Version | 1 |
Senast Uppdaterad | 2022-05-26 |
Publiceringsdatum | 2022-05-26 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | https://best-news-world.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://best-news-world.com/ |
Hjälpsida URL | https://best-news-world.com/pages/contact.html |
Stödda Språk | 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\/*" ] } |