Web for Instagram with Direct

It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!

Web for Instagram with Direct क्या है?

Web for Instagram with Direct http://web-app.pro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Web for Instagram with Direct एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The iconic layout of mobile Instagram is in your browser! Simply click the button and get all features like in the mobile app:

- direct messages are fully supported
- upload your own IGTV videos from the PC
- make screenshots from Instagram window to share it with friends
- convenience layout for better experience

The main aim is to make your social experience better and easy. One single click in your browser takes you to the popular social network where you can share photos and video, review Instagram newsfeed and chat with friends. Direct messages are completely working, so you are able to communicate with close people easilier. 

You will love the convenience layout of Web for Instgarm. Based on lots of reviews and experiences there was made a perfect app for Chrome that has an intuitive design and pretty interface as well as a bunch of useful features. 


Uploading IGTV for IG is also supported. Now you can make a fresh video without limits in time and share them on website just from your PC.                    

एक्सटेंशन की मूल जानकारी

नाम Web for Instagram with Direct Web for Instagram with Direct
ID kcphkpjlcmfhhgiondcilolmgijhhmip
आधिकारिक URL https://chrome.google.com/webstore/detail/web-for-instagram-with-di/kcphkpjlcmfhhgiondcilolmgijhhmip
विवरण It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!
फ़ाइल का आकार 354 KB
स्थापना संख्या 200,000
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2022-01-04
प्रकाशन तिथि 2020-07-02
रेटिंग 4.29/5 कुल 2541 रेटिंग्स
डेवलपर http://web-app.pro
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://web-app.pro/privacy.html
समर्थित भाषाएँ de,en,fil,fr,nl,vi,ca,es,it,fi,hi,th,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png",
        "32": "img\/32.png"
    },
    "browser_action": {
        "default_icon": "img\/64.png",
        "default_title": "__MSG_name__"
    },
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/storage.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "js\/ua.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ]
        },
        {
            "js": [
                "js\/content-scripts\/rate.js"
            ],
            "css": [
                "css\/rate.css"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ]
        },
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/storage.js",
                "js\/content-scripts\/content.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/content-scripts\/instaLinkListener.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "img\/*",
        "css\/*"
    ],
    "manifest_version": 2,
    "version": "1.0.3"
}