Instagram Lazy Scroll

Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.

What is Instagram Lazy Scroll?

Instagram Lazy Scroll is a Chrome extension developed by Shang Liang, and its main feature is "Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.".

Extension Screenshots

screenshot

Download Instagram Lazy Scroll Extension CRX File

Download Instagram Lazy Scroll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Press SPACE bar to activate auto scrolling and press again to stop it. Remember to reload your page to activate it after first installation.                    

Extension Basic Information

Name Instagram Lazy Scroll Instagram Lazy Scroll
ID dcnfgigbpekkloejpdhankceopcmlpgc
Official URL https://chrome.google.com/webstore/detail/instagram-lazy-scroll/dcnfgigbpekkloejpdhankceopcmlpgc
Description Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.
File Size 59.92 KB
Installation Count 648
Current Version 0.0.2
Last Updated 2020-06-04
Publish Date 2020-06-03
Rating 4.00/5 Total 3 Ratings
Developer Shang Liang
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}