Letgo Filter

Let's filter!

Cos'è Letgo Filter?

Letgo Filter è un'estensione di Chrome sviluppata da Can Burak ALAKUŞ, e la sua funzione principale è "Let's filter!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Letgo Filter

Scarica i file di estensione Letgo Filter 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

                        Letgo.com üzerinde listelenen arama sonuçlarının başlıklarında, aranan kelime yok ise, o sunucu gizler. Aramayla eşleşen sonuçlara yeşil border ekler. 
Ürün sayfasına girildiğinde ürün resimlerine sayfa tarafından yapılmış zoom u iptal eder. Resmin tamamını div e sığdırır.                    

Informazioni di Base sull'Estensione

Nome Letgo Filter Letgo Filter
ID lfdggkkkfcinlmcbchhkoljllflkgiia
URL Ufficiale https://chromewebstore.google.com/detail/letgo-filter/lfdggkkkfcinlmcbchhkoljllflkgiia
Descrizione Let's filter!
Dimensione del File 15.13 KB
Conteggio Installazioni 247
Versione Corrente 1.2
Ultimo Aggiornamento 2019-12-20
Data di Pubblicazione 2019-12-13
Valutazione 3.93/5 Totale 14 Valutazioni
Sviluppatore Can Burak ALAKUŞ
Tipo di Pagamento free
Lingue Supportate tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Letgo Filter",
    "version": "1.2",
    "description": "Let's filter!",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "lg.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "lg.js"
            ],
            "matches": [
                "https:\/\/www.letgo.com\/*",
                "https:\/\/letgo.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "lg.js"
    ]
}