Instagram Lazy Scroll
Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.
Apa itu Instagram Lazy Scroll?
Instagram Lazy Scroll adalah ekstensi Chrome yang dikembangkan oleh Shang Liang, dan fitur utamanya adalah "Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Instagram Lazy Scroll
Unduh file ekstensi Instagram Lazy Scroll 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
Press SPACE bar to activate auto scrolling and press again to stop it. Remember to reload your page to activate it after first installation.
Informasi Dasar Ekstensi
Nama | |
ID | dcnfgigbpekkloejpdhankceopcmlpgc |
URL Resmi | https://chrome.google.com/webstore/detail/instagram-lazy-scroll/dcnfgigbpekkloejpdhankceopcmlpgc |
Deskripsi | Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com. |
Ukuran File | 59.92 KB |
Jumlah Instalasi | 648 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2020-06-04 |
Tanggal Publikasi | 2020-06-03 |
Penilaian | 4.00/5 Total 3 Penilaian |
Pengembang | Shang Liang |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Lazy Scroll", "version": "0.0.2", "manifest_version": 2, "description": "Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html" }, "permissions": [ "*:\/\/*.instagram.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "injection.js", "hud.css" ] } |