Luxxle

Search with Luxxle with the browser extension for Chrome.

Qu'est-ce que Luxxle ?

Luxxle est une extension Chrome développée par https://luxxle.com, et sa fonction principale est "Search with Luxxle with the browser extension for Chrome.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Luxxle

Téléchargez les fichiers d'extension Luxxle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Luxxle Luxxle
ID naamnlcagklmameakfggohhndankejdg
URL Officiel https://chromewebstore.google.com/detail/luxxle/naamnlcagklmameakfggohhndankejdg
Description Search with Luxxle with the browser extension for Chrome.
Taille du Fichier 37.6 KB
Nombre d'Installations 1,228
Version Actuelle 1.41
Dernière Mise à Jour 2023-11-20
Date de Publication 2020-06-24
Évaluation 5.00/5 Total 9 Évaluations
Développeur https://luxxle.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://luxxle.com
URL de la Page d'Aide https://luxxle.com/luxcontact
URL de la Page de Politique de Confidentialité https://luxxle.com/privacy
Langues Prises en Charge 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"
}