Letgo Filter
Let's filter!
Co to jest Letgo Filter?
Letgo Filter to rozszerzenie Chrome opracowane przez Can Burak ALAKUŞ, a jego główną funkcją jest „Let's filter!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Letgo Filter
Pobierz pliki rozszerzeń Letgo Filter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lfdggkkkfcinlmcbchhkoljllflkgiia |
| Oficjalny URL | https://chromewebstore.google.com/detail/letgo-filter/lfdggkkkfcinlmcbchhkoljllflkgiia |
| Opis | Let's filter! |
| Rozmiar pliku | 15.13 KB |
| Liczba instalacji | 247 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2019-12-20 |
| Data Publikacji | 2019-12-13 |
| Ocena | 3.93/5 Łącznie 14 Oceny |
| Deweloper | Can Burak ALAKUŞ |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |