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…
Hvad er download instagram™ stories?
download instagram™ stories er en Chrome-udvidelse udviklet af https://imginn.com, og dens hovedfunktion er "download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…".
Udvidelsesskærmbilleder
Download download instagram™ stories-udvidelses-CRX-fil
Download download instagram™ stories-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | oibpeacbmhhomjkcahelgjnhldalgihd |
| Officiel URL | https://chromewebstore.google.com/detail/download-instagram-storie/oibpeacbmhhomjkcahelgjnhldalgihd |
| Beskrivelse | download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users… |
| Filstørrelse | 12.83 KB |
| Antal Installationer | 363 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2020-07-20 |
| Udgivelsesdato | 2020-07-19 |
| Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://imginn.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://imginn.com |
| Hjælpeside-URL | https://imginn.com |
| Understøttede Sprog | 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"
}
]
} | |