Threadless Infinite Scroll

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

What is Threadless Infinite Scroll?

Threadless Infinite Scroll is a Chrome extension developed by cookiemonster.apps, and its main feature is "Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Threadless Infinite Scroll Extension CRX File

Download Threadless Infinite Scroll 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

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

Extension Basic Information

Name Threadless Infinite Scroll Threadless Infinite Scroll
ID ondleindhpngkdmnpipaionlacdhbcaj
Official URL https://chromewebstore.google.com/detail/threadless-infinite-scrol/ondleindhpngkdmnpipaionlacdhbcaj
Description Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!
File Size 52.74 KB
Installation Count 273
Current Version 0.2
Last Updated 2017-07-09
Publish Date 2017-07-09
Rating 3.00/5 Total 6 Ratings
Developer cookiemonster.apps
Payment Type free
Extension Website https://github.com/arieljannai/threadless-infinite-scroll-chrome-extension
Help Page URL https://github.com/arieljannai/threadless-infinite-scroll-chrome-extension/issues
Supported Languages 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\/*"
    ]
}