Luxxle

Search with Luxxle with the browser extension for Chrome.

Cos'è Luxxle?

Luxxle è un'estensione di Chrome sviluppata da https://luxxle.com, e la sua funzione principale è "Search with Luxxle with the browser extension for Chrome.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Luxxle

Scarica i file di estensione Luxxle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Luxxle Luxxle
ID naamnlcagklmameakfggohhndankejdg
URL Ufficiale https://chromewebstore.google.com/detail/luxxle/naamnlcagklmameakfggohhndankejdg
Descrizione Search with Luxxle with the browser extension for Chrome.
Dimensione del File 37.6 KB
Conteggio Installazioni 1,228
Versione Corrente 1.41
Ultimo Aggiornamento 2023-11-20
Data di Pubblicazione 2020-06-24
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore https://luxxle.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://luxxle.com
URL della Pagina di Aiuto https://luxxle.com/luxcontact
URL della Pagina della Politica sulla Privacy https://luxxle.com/privacy
Lingue Supportate 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"
}