Instab

Open and save Instagram photos, videos, stories and reels.

Qu'est-ce que Instab ?

Instab est une extension Chrome développée par Alan Dours, et sa fonction principale est "Open and save Instagram photos, videos, stories and reels.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Instab

Téléchargez les fichiers d'extension Instab 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

                        Open, save and backup your Instagram posts, stories and reels                    

Informations de Base sur l'Extension

Nom Instab Instab
ID lgainibigpieikbapnhjkikfpapilcjb
URL Officiel https://chromewebstore.google.com/detail/instab/lgainibigpieikbapnhjkikfpapilcjb
Description Open and save Instagram photos, videos, stories and reels.
Taille du Fichier 17.24 KB
Nombre d'Installations 8,766
Version Actuelle 1.7.1
Dernière Mise à Jour 2022-06-11
Date de Publication 2019-07-19
Évaluation 3.91/5 Total 22 Évaluations
Développeur Alan Dours
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/alandours/instab
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instab",
    "description": "Open and save Instagram photos, videos, stories and reels.",
    "version": "1.7.1",
    "permissions": [
        "downloads",
        "storage"
    ],
    "icons": {
        "16": "icons\/ig-16.png",
        "32": "icons\/ig-32.png",
        "48": "icons\/ig-48.png"
    },
    "browser_action": {
        "default_icon": "icons\/ig-48.png",
        "default_title": "Instab settings",
        "default_popup": "html\/settings.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/main.js"
            ],
            "css": [
                "css\/instab.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/p\/*",
                "*:\/\/*.instagram.com\/*?instab=true",
                "*:\/\/*.instagram.com\/*&instab=true"
            ],
            "js": [
                "js\/post.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "exclude_globs": [
                "*instagram.com\/p\/*"
            ],
            "js": [
                "js\/feed.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.instagram.com\/*?instab=true",
                "*:\/\/*.instagram.com\/*&instab=true"
            ],
            "js": [
                "js\/userAgent.js"
            ],
            "css": [
                "css\/videoTab.css"
            ]
        }
    ]
}