Instagram Lazy Scroll
Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.
Was ist Instagram Lazy Scroll?
Instagram Lazy Scroll ist eine Chrome-Erweiterung, die von Shang Liang entwickelt wurde, und ihr Hauptmerkmal ist "Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.".
Erweiterungsscreenshots
Instagram Lazy Scroll-Erweiterungs-CRX-Datei herunterladen
Laden Sie Instagram Lazy Scroll-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Press SPACE bar to activate auto scrolling and press again to stop it. Remember to reload your page to activate it after first installation.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dcnfgigbpekkloejpdhankceopcmlpgc |
Offizielle URL | https://chrome.google.com/webstore/detail/instagram-lazy-scroll/dcnfgigbpekkloejpdhankceopcmlpgc |
Beschreibung | Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com. |
Dateigröße | 59.92 KB |
Installationsanzahl | 648 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2020-06-04 |
Veröffentlichungsdatum | 2020-06-03 |
Bewertung | 4.00/5 Insgesamt 3 Bewertungen |
Entwickler | Shang Liang |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |