Instagram Lazy Scroll

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

Wat is Instagram Lazy Scroll?

Instagram Lazy Scroll is een Chrome-extensie ontwikkeld door Shang Liang, en de belangrijkste functie is "Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Instagram Lazy Scroll

Download Instagram Lazy Scroll-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

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

Basisinformatie over de Extensie

Naam Instagram Lazy Scroll Instagram Lazy Scroll
ID dcnfgigbpekkloejpdhankceopcmlpgc
Officiële URL https://chrome.google.com/webstore/detail/instagram-lazy-scroll/dcnfgigbpekkloejpdhankceopcmlpgc
Beschrijving Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.
Bestandsgrootte 59.92 KB
Aantal Installaties 648
Huidige Versie 0.0.2
Laatst Bijgewerkt 2020-06-04
Publicatiedatum 2020-06-03
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Shang Liang
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}