Prinstant
Prinstant extension helps you download post and reels (images and videos)
What is Prinstant?
Prinstant is a Chrome extension developed by creativebonding, and its main feature is "Prinstant extension helps you download post and reels (images and videos)".
Extension Screenshots
Download Prinstant Extension CRX File
Download Prinstant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension helps you to download the photos and videos visible in your Instagram account in one click
Extension Basic Information
Name | Prinstant |
ID | gppofildpmbjkpkdjcfcoflnalpmdica |
Official URL | https://chromewebstore.google.com/detail/prinstant/gppofildpmbjkpkdjcfcoflnalpmdica |
Description | Prinstant extension helps you download post and reels (images and videos) |
File Size | 40.27 KB |
Installation Count | 170 |
Current Version | 0.01 |
Last Updated | 2021-06-16 |
Publish Date | 2021-06-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | creativebonding |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |