Only Good Life Wallpapers New Tab

From yoga, tropical vacation, tasty food, and desserts, Only Good Life is about living a great lifestyle

Τι είναι το Only Good Life Wallpapers New Tab;

Το Only Good Life Wallpapers New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://onlygoodlife.co, και η κύρια λειτουργία του είναι "From yoga, tropical vacation, tasty food, and desserts, Only Good Life is about living a great lifestyle".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Only Good Life Wallpapers New Tab

Λήψη αρχείων επέκτασης Only Good Life Wallpapers New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Every new tab is filled with high-definition wallpapers of lifestyle themes. Get inspired to live your life to the fullest by selecting breakfast ideas, colorful cocktails, luxurious beach houses, and much more. 

We also have collections of images related to sports like sailing, golf, and fitness. Chocolate, cake ideas, coffee, healthy living tips, and Zen new tabs are also available on the Only Good Life extension. If you are interested in religious quotes or wish to see the most beautiful mosques around the world we have you covered.

All these themes and many more are available in our collections, meaning once you install our Only Good Life extension, not only do you have access to all our themes, you can also switch them around. 

If you are looking for inspiration and relaxation, this extension is perfect for you. 

With Only Good Life new tab theme you can search the web using Bing or Google. The theme also offers local weather, as well as date and time, theme colors, additional content on page scroll, quick reminders with To-Do List, music, and games. This extension is safe and 100% free.

More amazing themes are available at www.onlygoodlife.co

We are open to suggestions, please contact us at [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Only Good Life Wallpapers New Tab Only Good Life Wallpapers New Tab
ID mepcmdbiiiafckeeihjoibpcenojcnmk
Επίσημο URL https://chrome.google.com/webstore/detail/only-good-life-wallpapers/mepcmdbiiiafckeeihjoibpcenojcnmk
Περιγραφή From yoga, tropical vacation, tasty food, and desserts, Only Good Life is about living a great lifestyle
Μέγεθος Αρχείου 39.61 KB
Αριθμός Εγκαταστάσεων 555
Τρέχουσα Έκδοση 3.0.8
Τελευταία Ενημέρωση 2022-06-17
Ημερομηνία Δημοσίευσης 2022-05-05
Προγραμματιστής https://onlygoodlife.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.onlygoodlife.co/home/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Only Good Life Wallpapers New Tab",
    "description": "From yoga, tropical vacation, tasty food, and desserts, Only Good Life is about living a great lifestyle",
    "version": "3.0.8",
    "short_name": "Only Good Life NT",
    "permissions": [
        "storage",
        "topSites",
        "tabs"
    ],
    "icons": {
        "16": "icons\/16.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        },
        "default_title": "Only Good Life Wallpapers New Tab"
    },
    "background": {
        "service_worker": "main.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.onlygoodlife.co\/*"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.onlygoodlife.co\/*"
            ],
            "js": [
                "js\/content-scripts\/installed.js",
                "js\/content-scripts\/event-handler.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3
}