Unpaginate
Infinite scroll your favorite sites
Apa itu Unpaginate?
Unpaginate adalah ekstensi Chrome yang dikembangkan oleh Esquire Marketing, dan fitur utamanya adalah "Infinite scroll your favorite sites".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Unpaginate
Unduh file ekstensi Unpaginate dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Unpaginate |
ID | oamcmjemlelkciemicfpmojnnblgniab |
URL Resmi | https://chromewebstore.google.com/detail/unpaginate/oamcmjemlelkciemicfpmojnnblgniab |
Deskripsi | Infinite scroll your favorite sites |
Ukuran File | 271 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 3.0 |
Terakhir Diperbarui | 2019-01-02 |
Tanggal Publikasi | 2019-01-01 |
Pengembang | Esquire Marketing |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://sendia.co/privacy |
Bahasa yang Didukung | 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 } } |