NewTabNature

🔥 Replace usual new tab page with personal amazing new tab page. A new tab page that gives you a moment of calm and inspires you…

Qu'est-ce que NewTabNature ?

NewTabNature est une extension Chrome développée par as simple as robot, et sa fonction principale est "🔥 Replace usual new tab page with personal amazing new tab page. A new tab page that gives you a moment of calm and inspires you…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NewTabNature

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

                        🔥 Replace usual new tab page with personal amazing new tab page.

A new tab page that gives you a moment of calm and inspires you to be more productive. Get inspired by daily photographs. Join our users and get inspired to create the life you want to live.                    

Informations de Base sur l'Extension

Nom NewTabNature NewTabNature
ID kcffomcfaggjpopccghipgedpiciecbl
URL Officiel https://chrome.google.com/webstore/detail/newtabnature/kcffomcfaggjpopccghipgedpiciecbl
Description 🔥 Replace usual new tab page with personal amazing new tab page. A new tab page that gives you a moment of calm and inspires you…
Taille du Fichier 5.07 MB
Nombre d'Installations 306
Version Actuelle 0.1.4
Dernière Mise à Jour 2021-07-18
Date de Publication 2021-05-26
Développeur as simple as robot
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://extilywa.online/privacy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NewTabNature",
    "version": "0.1.4",
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/replaceNewTab.js",
            "background-min.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/keyond-gosensity.icu https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/www.googletagmanager.com https:\/\/www.googleadservices.com https:\/\/googleads.g.doubleclick.net; object-src 'self';",
    "manifest_version": 2
}