The Best News Extension

This extension helps you simply read the world news.

Hvad er The Best News Extension?

The Best News Extension er en Chrome-udvidelse udviklet af https://newsbuzzzer.com, og dens hovedfunktion er "This extension helps you simply read the world news.".

Udvidelsesskærmbilleder

screenshot

Download The Best News Extension-udvidelses-CRX-fil

Download The Best 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

                        Get news and updates all over the world right at your homepage!

By clicking “Add To Chrome”, you accept and agree to install our News Extension, set the Chrome™ New Tab - newsbuzzzer.com, and to the Terms of Use, and Privacy Policy. The New Tab Search features within the extension will be powered by Microsoft Bing
  
 http://newsbuzzzer.com/pages/terms-of-use.html
 https://newsbuzzzer.com/pages/privacy-policy.html
 https://newsbuzzzer.com/pages/about-us.html
 https://newsbuzzzer.com/pages/contact.html                    

Grundlæggende oplysninger om udvidelsen

Navn The Best News Extension The Best News Extension
ID bodhfgccecdbobfmnjhlokhlohihpjhi
Officiel URL https://chromewebstore.google.com/detail/the-best-news-extension/bodhfgccecdbobfmnjhlokhlohihpjhi
Beskrivelse This extension helps you simply read the world news.
Filstørrelse 145 KB
Antal Installationer 113,335
Nuværende Version 1.2
Senest Opdateret 2022-06-02
Udgivelsesdato 2022-04-13
Udvikler https://newsbuzzzer.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://newsbuzzzer.com/
Hjælpeside-URL https://newsbuzzzer.com/pages/contact.html
URL til Fortrolighedspolitik Side https://newsbuzzzer.com/pages/privacy-policy.html
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "The Best News Extension"
    },
    "description": "This extension helps you simply read the world news.",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "The Best News Extension",
    "version": "1.2",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.newsbuzzzer.com\/*"
    ]
}