Mobile App for Instagram
Instagram almost like in your smartphone. Download stories, photo and video. Upload photo. Direct Message
Mobile App for Instagram क्या है?
Mobile App for Instagram Web IG द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instagram almost like in your smartphone. Download stories, photo and video. Upload photo. Direct Message"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mobile App for Instagram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension presents a set of most useful features for desktop Instagram: direct messages, upload stories and IGTV, downloading, and many more! 1. Full support of direct messages 2. Better layout for better experience 3. Upload IGTV or photo to Stories or Feed from your PC 4. Download any photo or video from Instagram to your PC 5. Go to dark mode for better user experience We are here to make your social experience better. One single click in your browser takes you to Instagram to share photos and video, view feed and chat with friends. Downloading feature is also available in order you could save your precious moments and view them later. You will love our new layout for Instagram. We made a perfect extension for Chrome with an intuitive design and nice interface and a bunch of useful features.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mjpalpkidloagdebeaekjjfahbichjma |
आधिकारिक URL | https://chrome.google.com/webstore/detail/mobile-app-for-instagram/mjpalpkidloagdebeaekjjfahbichjma |
विवरण | Instagram almost like in your smartphone. Download stories, photo and video. Upload photo. Direct Message |
फ़ाइल का आकार | 65.87 KB |
स्थापना संख्या | 1,791 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2021-08-05 |
प्रकाशन तिथि | 2021-07-31 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Web IG |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/mobileappforinstagram |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.1", "minimum_chrome_version": "40", "default_locale": "en", "icons": { "128": "img\/icon_128.png" }, "browser_action": { "default_icon": { "16": "img\/icon_16.png" } }, "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "*:\/\/*.instagram.com\/*", "webRequest", "webRequestBlocking" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "css\/*", "img\/*" ] } |