Threadless Infinite Scroll

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

Wat is Threadless Infinite Scroll?

Threadless Infinite Scroll is een Chrome-extensie ontwikkeld door cookiemonster.apps, en de belangrijkste functie is "Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Threadless Infinite Scroll

Download Threadless Infinite Scroll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Threadless Infinite Scroll Threadless Infinite Scroll
ID ondleindhpngkdmnpipaionlacdhbcaj
Officiële URL https://chromewebstore.google.com/detail/threadless-infinite-scrol/ondleindhpngkdmnpipaionlacdhbcaj
Beschrijving Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!
Bestandsgrootte 52.74 KB
Aantal Installaties 273
Huidige Versie 0.2
Laatst Bijgewerkt 2017-07-09
Publicatiedatum 2017-07-09
Beoordeling 3.00/5 Totaal 6 Beoordelingen
Ontwikkelaar cookiemonster.apps
Betalingswijze free
Extensiewebsite https://github.com/arieljannai/threadless-infinite-scroll-chrome-extension
Help Pagina-URL https://github.com/arieljannai/threadless-infinite-scroll-chrome-extension/issues
Ondersteunde Talen 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\/*"
    ]
}