Threadless Infinite Scroll

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

Qu'est-ce que Threadless Infinite Scroll ?

Threadless Infinite Scroll est une extension Chrome développée par cookiemonster.apps, et sa fonction principale est "Replace the default pagination with infinite scroll. Makes it much easier to browse tons of products fast!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Threadless Infinite Scroll

Téléchargez les fichiers d'extension Threadless Infinite Scroll au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Threadless Infinite Scroll Threadless Infinite Scroll
ID ondleindhpngkdmnpipaionlacdhbcaj
URL Officiel 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!
Taille du Fichier 52.74 KB
Nombre d'Installations 273
Version Actuelle 0.2
Dernière Mise à Jour 2017-07-09
Date de Publication 2017-07-09
Évaluation 3.00/5 Total 6 Évaluations
Développeur cookiemonster.apps
Type de Paiement free
Site Web de l'Extension https://github.com/arieljannai/threadless-infinite-scroll-chrome-extension
URL de la Page d'Aide https://github.com/arieljannai/threadless-infinite-scroll-chrome-extension/issues
Langues Prises en Charge 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\/*"
    ]
}