Social Scroll for Instagram

Auto scroll to the first Instagram post!

Co to jest Social Scroll for Instagram?

Social Scroll for Instagram to rozszerzenie Chrome opracowane przez http://hshaikh.com, a jego główną funkcją jest „Auto scroll to the first Instagram post!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Social Scroll for Instagram

Pobierz pliki rozszerzeń Social Scroll for Instagram 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

                        Looking to find someone's first Instagram post? We'll do it for you! 

Just press a button, and wait for the screen to scroll to the bottom!                    

Podstawowe informacje o rozszerzeniu

Nazwa Social Scroll for Instagram Social Scroll for Instagram
ID kbmbejlifadafgahobnombfeibpngbji
Oficjalny URL https://chrome.google.com/webstore/detail/social-scroll-for-instagr/kbmbejlifadafgahobnombfeibpngbji
Opis Auto scroll to the first Instagram post!
Rozmiar pliku 318 KB
Liczba instalacji 683
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2022-02-01
Data Publikacji 2021-11-10
Ocena 3.67/5 Łącznie 6 Oceny
Deweloper http://hshaikh.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Scroll for Instagram",
    "version": "0.2",
    "description": "Auto scroll to the first Instagram post!",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "instagram.js"
            ]
        }
    ],
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon16.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "permissions": []
}