Threadless Infinite Scroll

Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!

Co to jest Threadless Infinite Scroll?

Threadless Infinite Scroll to rozszerzenie Chrome opracowane przez cookiemonster.apps, a jego główną funkcją jest „Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Threadless Infinite Scroll

Pobierz pliki rozszerzeń Threadless Infinite Scroll 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

                        Replace pagination with infinite scroll in threadless.com! ∞ ✏️                    

Podstawowe informacje o rozszerzeniu

Nazwa Threadless Infinite Scroll Threadless Infinite Scroll
ID ondleindhpngkdmnpipaionlacdhbcaj
Oficjalny URL https://chromewebstore.google.com/detail/threadless-infinite-scrol/ondleindhpngkdmnpipaionlacdhbcaj
Opis Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!
Rozmiar pliku 52.74 KB
Liczba instalacji 273
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2017-07-09
Data Publikacji 2017-07-09
Ocena 3.00/5 Łącznie 6 Oceny
Deweloper cookiemonster.apps
Typ Płatności free
Strona Rozszerzenia https://github.com/arieljannai/threadless-infinite-scroll-chrome-extension
Adres URL Strony Pomocy https://github.com/arieljannai/threadless-infinite-scroll-chrome-extension/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Threadless Infinite Scroll",
    "version": "0.2",
    "description": "Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!",
    "author": "Ariel Jannai",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.threadless.com\/*"
            ],
            "js": [
                "external\/jquery-3.1.0.min.js",
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/threadless-icons\/16x16.png",
        "24": "img\/threadless-icons\/24x24.png",
        "32": "img\/threadless-icons\/32x32.png",
        "48": "img\/threadless-icons\/48x48.png",
        "64": "img\/threadless-icons\/64x64.png",
        "128": "img\/threadless-icons\/128x128.png"
    },
    "permissions": [
        "https:\/\/www.threadless.com\/*"
    ]
}