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…

Vad är NewTabNature?

NewTabNature är en Chrome-tillägg utvecklad av as simple as robot, och dess huvudfunktion är "🔥 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…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner NewTabNature-förlängningens CRX-fil

Ladda ner NewTabNature-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn NewTabNature NewTabNature
ID kcffomcfaggjpopccghipgedpiciecbl
Officiell webbadress https://chrome.google.com/webstore/detail/newtabnature/kcffomcfaggjpopccghipgedpiciecbl
Beskrivning 🔥 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…
Filstorlek 5.07 MB
Antal Installationer 306
Aktuell Version 0.1.4
Senast Uppdaterad 2021-07-18
Publiceringsdatum 2021-05-26
Utvecklare as simple as robot
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://extilywa.online/privacy.html
Stödda Språk 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
}