Unpaginate
Infinite scroll your favorite sites
Wat is Unpaginate?
Unpaginate is een Chrome-extensie ontwikkeld door Esquire Marketing, en de belangrijkste functie is "Infinite scroll your favorite sites".
Extensie Screenshots
Download het CRX-bestand van de extensie Unpaginate
Download Unpaginate-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
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!
Basisinformatie over de Extensie
Naam | Unpaginate |
ID | oamcmjemlelkciemicfpmojnnblgniab |
Officiële URL | https://chromewebstore.google.com/detail/unpaginate/oamcmjemlelkciemicfpmojnnblgniab |
Beschrijving | Infinite scroll your favorite sites |
Bestandsgrootte | 271 KB |
Aantal Installaties | 20 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2019-01-02 |
Publicatiedatum | 2019-01-01 |
Ontwikkelaar | Esquire Marketing |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://sendia.co/privacy |
Ondersteunde Talen | 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 } } |