Letgo Filter

Let's filter!

What is Letgo Filter?

Letgo Filter is a Chrome extension developed by Can Burak ALAKUŞ, and its main feature is "Let's filter!".

Extension Screenshots

screenshot

Download Letgo Filter Extension CRX File

Download Letgo Filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Letgo Filter Letgo Filter
ID lfdggkkkfcinlmcbchhkoljllflkgiia
Official URL https://chromewebstore.google.com/detail/letgo-filter/lfdggkkkfcinlmcbchhkoljllflkgiia
Description Let's filter!
File Size 15.13 KB
Installation Count 247
Current Version 1.2
Last Updated 2019-12-20
Publish Date 2019-12-13
Rating 3.93/5 Total 14 Ratings
Developer Can Burak ALAKUŞ
Payment Type free
Supported Languages 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"
    ]
}