The Best News Extension

This extension helps you simply read the world news.

Qu'est-ce que The Best News Extension ?

The Best News Extension est une extension Chrome développée par https://newsbuzzzer.com, et sa fonction principale est "This extension helps you simply read the world news.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Best News Extension

Téléchargez les fichiers d'extension The Best News Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom The Best News Extension The Best News Extension
ID bodhfgccecdbobfmnjhlokhlohihpjhi
URL Officiel https://chromewebstore.google.com/detail/the-best-news-extension/bodhfgccecdbobfmnjhlokhlohihpjhi
Description This extension helps you simply read the world news.
Taille du Fichier 145 KB
Nombre d'Installations 113,335
Version Actuelle 1.2
Dernière Mise à Jour 2022-06-02
Date de Publication 2022-04-13
Développeur https://newsbuzzzer.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://newsbuzzzer.com/
URL de la Page d'Aide https://newsbuzzzer.com/pages/contact.html
URL de la Page de Politique de Confidentialité https://newsbuzzzer.com/pages/privacy-policy.html
Langues Prises en Charge 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\/*"
    ]
}