Luxxle

Search with Luxxle with the browser extension for Chrome.

Luxxle क्या है?

Luxxle https://luxxle.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search with Luxxle with the browser extension for Chrome."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Make Luxxle your default search engine. This is the official Luxxle search engine browser extension for the Chrome browser.                    

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

नाम Luxxle Luxxle
ID naamnlcagklmameakfggohhndankejdg
आधिकारिक URL https://chromewebstore.google.com/detail/luxxle/naamnlcagklmameakfggohhndankejdg
विवरण Search with Luxxle with the browser extension for Chrome.
फ़ाइल का आकार 37.6 KB
स्थापना संख्या 1,228
वर्तमान संस्करण 1.41
अंतिम अपडेट 2023-11-20
प्रकाशन तिथि 2020-06-24
रेटिंग 5.00/5 कुल 9 रेटिंग्स
डेवलपर https://luxxle.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://luxxle.com
सहायता पृष्ठ URL https://luxxle.com/luxcontact
गोपनीयता नीति पृष्ठ URL https://luxxle.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "action": {
        "default_icon": {
            "128": "icons\/luxxle_icon_128.png",
            "16": "icons\/luxxle_icon_16.png",
            "48": "icons\/luxxle_icon_48.png"
        },
        "default_title": "Luxxle Browser Extension"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.luxxle.com\/*"
            ],
            "js": [
                "js\/luxxlepage.js"
            ],
            "run_at": "document_start"
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/luxxle.com\/favicon.ico",
            "is_default": true,
            "keyword": "Luxxle",
            "name": "Luxxle",
            "search_url": "https:\/\/luxxle.com\/luxsearch?q={searchTerms}",
            "suggest_url": "https:\/\/luxxle.com\/autocomplete?q={searchTerms}&locale=__MSG_@@ui_locale__&source=luxxlechrome"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "default_locale": "en",
    "description": "Search with Luxxle with the browser extension for Chrome.",
    "homepage_url": "https:\/\/luxxle.com\/",
    "icons": {
        "128": "icons\/luxxle_icon_128.png",
        "16": "icons\/luxxle_icon_16.png",
        "48": "icons\/luxxle_icon_48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Luxxle",
    "permissions": [
        "cookies",
        "topSites",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.luxxle.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.41"
}