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…
Co to jest download instagram™ stories?
download instagram™ stories to rozszerzenie Chrome opracowane przez https://imginn.com, a jego główną funkcją jest „download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia download instagram™ stories
Pobierz pliki rozszerzeń download instagram™ stories w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | oibpeacbmhhomjkcahelgjnhldalgihd | 
| Oficjalny URL | https://chromewebstore.google.com/detail/download-instagram-storie/oibpeacbmhhomjkcahelgjnhldalgihd | 
| Opis | download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users… | 
| Rozmiar pliku | 12.83 KB | 
| Liczba instalacji | 363 | 
| Aktualna Wersja | 1.0 | 
| Ostatnia Aktualizacja | 2020-07-20 | 
| Data Publikacji | 2020-07-19 | 
| Ocena | 1.00/5 Łącznie 1 Oceny | 
| Deweloper | https://imginn.com | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://imginn.com | 
| Adres URL Strony Pomocy | https://imginn.com | 
| Obsługiwane Języki | 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"
        }
    ]
}  |  |