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…
Wat is download instagram™ stories?
download instagram™ stories is een Chrome-extensie ontwikkeld door https://imginn.com, en de belangrijkste functie is "download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…".
Extensie Screenshots
Download het CRX-bestand van de extensie download instagram™ stories
Download download instagram™ stories-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | oibpeacbmhhomjkcahelgjnhldalgihd |
| Officiële URL | https://chromewebstore.google.com/detail/download-instagram-storie/oibpeacbmhhomjkcahelgjnhldalgihd |
| Beschrijving | download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users… |
| Bestandsgrootte | 12.83 KB |
| Aantal Installaties | 363 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-07-20 |
| Publicatiedatum | 2020-07-19 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://imginn.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://imginn.com |
| Help Pagina-URL | https://imginn.com |
| Ondersteunde Talen | 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"
}
]
} | |