Unpaginate
Infinite scroll your favorite sites
Cos'è Unpaginate?
Unpaginate è un'estensione di Chrome sviluppata da Esquire Marketing, e la sua funzione principale è "Infinite scroll your favorite sites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unpaginate
Scarica i file di estensione Unpaginate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        Tired of always clicking through tons of pages on Google, Amazon, YouTube & Bing?
Unpaginate allows you to infinitely scroll to the next page without having to click the next page and wait for it to load.
Save hundreds of hours a year with Unpaginate!                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | oamcmjemlelkciemicfpmojnnblgniab | 
| URL Ufficiale | https://chromewebstore.google.com/detail/unpaginate/oamcmjemlelkciemicfpmojnnblgniab | 
| Descrizione | Infinite scroll your favorite sites | 
| Dimensione del File | 271 KB | 
| Conteggio Installazioni | 20 | 
| Versione Corrente | 3.0 | 
| Ultimo Aggiornamento | 2019-01-02 | 
| Data di Pubblicazione | 2019-01-01 | 
| Sviluppatore | Esquire Marketing | 
| [email protected] | |
| Tipo di Pagamento | free | 
| URL della Pagina della Politica sulla Privacy | https://sendia.co/privacy | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unpaginate",
    "description": "Infinite scroll your favorite sites",
    "version": "3.0",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_48.png",
            "32": "icons\/icon_128.png"
        },
        "default_title": "Unpaginate"
    },
    "content_scripts": [
        {
            "js": [
                "inject\/inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true,
        "chrome_style": true
    }
}  |  |