Luxxle

Search with Luxxle with the browser extension for Chrome.

Τι είναι το Luxxle;

Το Luxxle είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://luxxle.com, και η κύρια λειτουργία του είναι "Search with Luxxle with the browser extension for Chrome.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Luxxle

Λήψη αρχείων επέκτασης Luxxle σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        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"
}