Macify - macOS screensaver videos new tab

Turn your Chrome's new tab page into macOS's gorgeous screensaver aerial videos.

Τι είναι το Macify - macOS screensaver videos new tab;

Το Macify - macOS screensaver videos new tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://kenengba.com, και η κύρια λειτουργία του είναι "Turn your Chrome's new tab page into macOS's gorgeous screensaver aerial videos.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Macify - macOS screensaver videos new tab

Λήψη αρχείων επέκτασης Macify - macOS screensaver videos new tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Turn your Chrome's new tab page into macOS's gorgeous screensaver aerial videos.

🖥️ If you're not using macOS, fear not! This extension remains compatible.

This Chrome extension delivers the following features:

🎥 Enhance your Chrome start page and new tab view with breathtaking 4K videos, taken directly from macOS' native aerial screen savers.
🌦️ Receive up-to-the-minute weather updates accompanied by a 3-day forecast.
💬 Engage with the web version of ChatGPT: simply type into the search box and begin your conversation.
🌟 Discover motivational quotes that change randomly with each new tab.
🔗 Compile your browsing history from the chosen timeframe and offer a quick-access list for your convenience.
😑 Zen mode, you can comfortably space out while accompanied by carefully selected music and watching videos.

After installing, please follow the instrutions in the options page, after you finish the configuraton, you can enjoy the macOS screen saver video as Chrome's new tab.                    

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

Όνομα Macify - macOS screensaver videos new tab Macify - macOS screensaver videos new tab
ID lgdipcalomggcjkohjhkhkbcpgladnoe
Επίσημο URL https://chromewebstore.google.com/detail/macify-macos-screensaver/lgdipcalomggcjkohjhkhkbcpgladnoe
Περιγραφή Turn your Chrome's new tab page into macOS's gorgeous screensaver aerial videos.
Μέγεθος Αρχείου 3.18 MB
Αριθμός Εγκαταστάσεων 1,219
Τρέχουσα Έκδοση 1.8.3
Τελευταία Ενημέρωση 2023-12-06
Ημερομηνία Δημοσίευσης 2023-11-02
Αξιολόγηση 4.82/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής https://kenengba.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/jason5ng32/macOS-Screen-Saver-as-Chrome-New-Tab
URL της Σελίδας Πολιτικής Απορρήτου https://kenengba.com/privacy
Υποστηριζόμενες Γλώσσες en,es,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_sys_name__",
    "version": "1.8.3",
    "description": "__MSG_sys_description__",
    "permissions": [
        "storage",
        "scripting"
    ],
    "optional_permissions": [
        "history"
    ],
    "action": {
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "icons": {
        "128": "res\/icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/chat.openai.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "popup.html"
    },
    "default_locale": "en"
}