Social Scroll for Instagram

Auto scroll to the first Instagram post!

Qu'est-ce que Social Scroll for Instagram ?

Social Scroll for Instagram est une extension Chrome développée par http://hshaikh.com, et sa fonction principale est "Auto scroll to the first Instagram post!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Social Scroll for Instagram

Téléchargez les fichiers d'extension Social Scroll for Instagram au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Social Scroll for Instagram Social Scroll for Instagram
ID kbmbejlifadafgahobnombfeibpngbji
URL Officiel https://chrome.google.com/webstore/detail/social-scroll-for-instagr/kbmbejlifadafgahobnombfeibpngbji
Description Auto scroll to the first Instagram post!
Taille du Fichier 318 KB
Nombre d'Installations 683
Version Actuelle 0.2
Dernière Mise à Jour 2022-02-01
Date de Publication 2021-11-10
Évaluation 3.67/5 Total 6 Évaluations
Développeur http://hshaikh.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}