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é es NewTabNature?

NewTabNature es una extensión de Chrome desarrollada por as simple as robot, y su función principal es "🔥 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…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión NewTabNature

Descarga archivos de extensión NewTabNature en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        🔥 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.                    

Información Básica de la Extensión

Nombre NewTabNature NewTabNature
ID kcffomcfaggjpopccghipgedpiciecbl
URL Oficial https://chrome.google.com/webstore/detail/newtabnature/kcffomcfaggjpopccghipgedpiciecbl
Descripción 🔥 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…
Tamaño del Archivo 5.07 MB
Cantidad de Instalaciones 306
Versión Actual 0.1.4
Última Actualización 2021-07-18
Fecha de Publicación 2021-05-26
Desarrollador as simple as robot
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://extilywa.online/privacy.html
Idiomas Soportados 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
}