Social Scroll for Instagram

Auto scroll to the first Instagram post!

Hvad er Social Scroll for Instagram?

Social Scroll for Instagram er en Chrome-udvidelse udviklet af http://hshaikh.com, og dens hovedfunktion er "Auto scroll to the first Instagram post!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Social Scroll for Instagram-udvidelses-CRX-fil

Download Social Scroll for Instagram-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Social Scroll for Instagram Social Scroll for Instagram
ID kbmbejlifadafgahobnombfeibpngbji
Officiel URL https://chrome.google.com/webstore/detail/social-scroll-for-instagr/kbmbejlifadafgahobnombfeibpngbji
Beskrivelse Auto scroll to the first Instagram post!
Filstørrelse 318 KB
Antal Installationer 683
Nuværende Version 0.2
Senest Opdateret 2022-02-01
Udgivelsesdato 2021-11-10
Bedømmelse 3.67/5 Samlet 6 Bedømmelser
Udvikler http://hshaikh.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": []
}