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 je download instagram™ stories?
download instagram™ stories je rozšíření Chrome vyvinuté https://imginn.com, a jeho hlavní funkcí je „download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření download instagram™ stories
Stáhněte si soubory rozšíření download instagram™ stories ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 Základní Informace o Rozšíření
| Název | |
| ID | oibpeacbmhhomjkcahelgjnhldalgihd |
| Oficiální URL | https://chromewebstore.google.com/detail/download-instagram-storie/oibpeacbmhhomjkcahelgjnhldalgihd |
| Popis | download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users… |
| Velikost souboru | 12.83 KB |
| Počet instalací | 363 |
| Aktuální Verze | 1.0 |
| Poslední Aktualizace | 2020-07-20 |
| Datum Vydání | 2020-07-19 |
| Hodnocení | 1.00/5 Celkem 1 Hodnocení |
| Vývojář | https://imginn.com |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://imginn.com |
| URL Stránky Nápovědy | https://imginn.com |
| Podporované Jazyky | 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"
}
]
} | |