Your Best World News Extension

This extension helps you simply read the best world news.

Wat is Your Best World News Extension?

Your Best World News Extension is een Chrome-extensie ontwikkeld door https://best-news-world.com, en de belangrijkste functie is "This extension helps you simply read the best world news.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Your Best World News Extension

Download Your Best World News Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Your Best World News Extension Your Best World News Extension
ID mhcadccilnnadcbjbdmabngbpcignljd
Officiële URL https://chromewebstore.google.com/detail/your-best-world-news-exte/mhcadccilnnadcbjbdmabngbpcignljd
Beschrijving This extension helps you simply read the best world news.
Bestandsgrootte 259 KB
Aantal Installaties 113,244
Huidige Versie 1
Laatst Bijgewerkt 2022-05-26
Publicatiedatum 2022-05-26
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://best-news-world.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://best-news-world.com/
Help Pagina-URL https://best-news-world.com/pages/contact.html
Ondersteunde Talen 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\/*"
    ]
}