SearchFX Animated Backgrounds New Tab

Bring your screen to life! Experience the best collection of free live wallpapers to make your new tab come alive.

SearchFX Animated Backgrounds New Tab क्या है?

SearchFX Animated Backgrounds New Tab Search FX द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring your screen to life! Experience the best collection of free live wallpapers to make your new tab come alive."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SearchFX Animated Backgrounds New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Be dazzled by moving stars, flowers, night skies, glowing particles, geometric shapes, glitters, and more with these animated backgrounds built with CSS & JavaScript.

SearchFX New Tab extension offers captivating background animations whenever you open a new tab.

Each animation is unique. Enjoy animated background effects without having to download any wallpaper.

SearchFX also gives you quick access to search the web using Yahoo! and conveniently displays the time and date on the page.  

Create mood and enhance the aesthetics of your default browser page with these awesome CSS & JavaScript background effects!

Have some suggestions? Get in touch with us at [email protected].                    

एक्सटेंशन की मूल जानकारी

नाम SearchFX Animated Backgrounds New Tab SearchFX Animated Backgrounds New Tab
ID aplckcdlefbijcaocjeeepbagcpckodk
आधिकारिक URL https://chromewebstore.google.com/detail/searchfx-animated-backgro/aplckcdlefbijcaocjeeepbagcpckodk
विवरण Bring your screen to life! Experience the best collection of free live wallpapers to make your new tab come alive.
फ़ाइल का आकार 52.15 KB
स्थापना संख्या 11,244
वर्तमान संस्करण 3.0.13
अंतिम अपडेट 2022-08-07
प्रकाशन तिथि 2022-07-30
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर Search FX
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://searchfx.net
गोपनीयता नीति पृष्ठ URL https://searchfx.net/privacy.php
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchFX Animated Backgrounds New Tab",
    "description": "Bring your screen to life! Experience the best collection of free live wallpapers to make your new tab come alive.",
    "version": "3.0.13",
    "short_name": "SearchFX",
    "permissions": [
        "storage"
    ],
    "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": "SearchFX Animated Backgrounds New Tab"
    },
    "background": {
        "service_worker": "main.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.searchfx.net\/*"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.searchfx.net\/*"
            ],
            "js": [
                "js\/content-scripts\/installed.js",
                "js\/content-scripts\/event-handler.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3
}