Digg New Tab Extension

Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.

Qu'est-ce que Digg New Tab Extension ?

Digg New Tab Extension est une extension Chrome développée par http://digg.com, et sa fonction principale est "Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Digg New Tab Extension

Téléchargez les fichiers d'extension Digg New Tab 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

                        When you open a new tab in Chrome, instead of the default, a nice image and the latest stories from digg.com will be loaded.                    

Informations de Base sur l'Extension

Nom Digg New Tab Extension Digg New Tab Extension
ID ifhmmfkaojalpgphoaknehmekeoilfhh
URL Officiel https://chrome.google.com/webstore/detail/digg-new-tab-extension/ifhmmfkaojalpgphoaknehmekeoilfhh
Description Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.
Taille du Fichier 199 KB
Nombre d'Installations 1,650
Version Actuelle 1.37
Dernière Mise à Jour 2020-09-19
Date de Publication 2020-04-13
Évaluation 3.00/5 Total 10 Évaluations
Développeur http://digg.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://digg.com
URL de la Page de Politique de Confidentialité http://digg.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Digg New Tab Extension",
    "version": "1.37",
    "description": "Replace new tab page with a nice photo, friendly greeting, and some content from Digg.com.",
    "author": "Digg",
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*.digg.com\/*",
        "*:\/\/stocksnap.io\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "vendor\/jquery-3.3.1.min.js",
            "dist\/js\/app.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ipinfo.io\/"
            ],
            "js": [
                "dist\/js\/app.min.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ipinfo.io\/; object-src 'self'"
}