Prinstant
Prinstant extension helps you download post and reels (images and videos)
Prinstant क्या है?
Prinstant creativebonding द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prinstant extension helps you download post and reels (images and videos)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Prinstant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension helps you to download the photos and videos visible in your Instagram account in one click
एक्सटेंशन की मूल जानकारी
नाम | Prinstant |
ID | gppofildpmbjkpkdjcfcoflnalpmdica |
आधिकारिक URL | https://chromewebstore.google.com/detail/prinstant/gppofildpmbjkpkdjcfcoflnalpmdica |
विवरण | Prinstant extension helps you download post and reels (images and videos) |
फ़ाइल का आकार | 40.27 KB |
स्थापना संख्या | 170 |
वर्तमान संस्करण | 0.01 |
अंतिम अपडेट | 2021-06-16 |
प्रकाशन तिथि | 2021-06-08 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | creativebonding |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |