Prinstant
Prinstant extension helps you download post and reels (images and videos)
Hvad er Prinstant?
Prinstant er en Chrome-udvidelse udviklet af creativebonding, og dens hovedfunktion er "Prinstant extension helps you download post and reels (images and videos)".
Udvidelsesskærmbilleder
Download Prinstant-udvidelses-CRX-fil
Download Prinstant-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
This extension helps you to download the photos and videos visible in your Instagram account in one click
Grundlæggende oplysninger om udvidelsen
Navn | Prinstant |
ID | gppofildpmbjkpkdjcfcoflnalpmdica |
Officiel URL | https://chromewebstore.google.com/detail/prinstant/gppofildpmbjkpkdjcfcoflnalpmdica |
Beskrivelse | Prinstant extension helps you download post and reels (images and videos) |
Filstørrelse | 40.27 KB |
Antal Installationer | 170 |
Nuværende Version | 0.01 |
Senest Opdateret | 2021-06-16 |
Udgivelsesdato | 2021-06-08 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | creativebonding |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prinstant", "version": "0.01", "description": "Prinstant extension helps you download post and reels (images and videos)", "browser_action": { "default_title": "Prinstant", "default_popup": "prinstant.html", "default_icon": "icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.instagram.com\/*" ], "js": [ "sample.js" ], "run_at": "document_end" } ], "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |