Instagram Lazy Scroll

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

Co to jest Instagram Lazy Scroll?

Instagram Lazy Scroll to rozszerzenie Chrome opracowane przez Shang Liang, a jego główną funkcją jest „Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Instagram Lazy Scroll

Pobierz pliki rozszerzeń Instagram Lazy Scroll w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Instagram Lazy Scroll Instagram Lazy Scroll
ID dcnfgigbpekkloejpdhankceopcmlpgc
Oficjalny URL https://chrome.google.com/webstore/detail/instagram-lazy-scroll/dcnfgigbpekkloejpdhankceopcmlpgc
Opis Automatically scrolls instagram for you. Press spacebar to start and stop scrolling. Icon made by Freepik from www.flaticon.com.
Rozmiar pliku 59.92 KB
Liczba instalacji 648
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2020-06-04
Data Publikacji 2020-06-03
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper Shang Liang
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}