download instagram™ stories
download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…
Was ist download instagram™ stories?
download instagram™ stories ist eine Chrome-Erweiterung, die von https://imginn.com entwickelt wurde, und ihr Hauptmerkmal ist "download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…".
Erweiterungsscreenshots
download instagram™ stories-Erweiterungs-CRX-Datei herunterladen
Laden Sie download instagram™ stories-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users download pictures or videos in stories                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | oibpeacbmhhomjkcahelgjnhldalgihd | 
| Offizielle URL | https://chromewebstore.google.com/detail/download-instagram-storie/oibpeacbmhhomjkcahelgjnhldalgihd | 
| Beschreibung | download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users… | 
| Dateigröße | 12.83 KB | 
| Installationsanzahl | 363 | 
| Aktuelle Version | 1.0 | 
| Letztes Update | 2020-07-20 | 
| Veröffentlichungsdatum | 2020-07-19 | 
| Bewertung | 1.00/5 Insgesamt 1 Bewertungen | 
| Entwickler | https://imginn.com | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://imginn.com | 
| Hilfeseite URL | https://imginn.com | 
| Unterstützte Sprachen | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "download instagram\u2122 stories",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                ".\/script.js"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |