Social Scroll for Instagram

Auto scroll to the first Instagram post!

O que é Social Scroll for Instagram?

Social Scroll for Instagram é uma extensão do Chrome desenvolvida por http://hshaikh.com, e sua principal característica é "Auto scroll to the first Instagram post!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Social Scroll for Instagram

Baixe arquivos de extensão Social Scroll for Instagram no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Social Scroll for Instagram Social Scroll for Instagram
ID kbmbejlifadafgahobnombfeibpngbji
URL Oficial https://chrome.google.com/webstore/detail/social-scroll-for-instagr/kbmbejlifadafgahobnombfeibpngbji
Descrição Auto scroll to the first Instagram post!
Tamanho do Arquivo 318 KB
Contagem de Instalações 683
Versão Atual 0.2
Última Atualização 2022-02-01
Data de Publicação 2021-11-10
Classificação 3.67/5 Total de 6 Avaliações
Desenvolvedor http://hshaikh.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": []
}