App for Instagram with DM

Direct Messages is fully supported. Enjoy the most beautiful Desktop client for Instagram.

App for Instagram with DM क्या है?

App for Instagram with DM http://igapp.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Direct Messages is fully supported. Enjoy the most beautiful Desktop client for Instagram."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        More and more people all over the world use popular social media platform for communication, entertainment and even business in everyday living. 
To make this usage more convenient, we gave developed a fully identically mobile version of Instagram website in your browser. It's a good alternative to chat in the web instead of mobile phone while you are working in the office or watch a movie in the evening. 

Send and receive direct messages, watch stories and review the news feed. All functions are fully available. 

The world-famous photo | video sharing and editing service, application, and social network is finally available for Chrome Browser! App for Instagram is a Chrome add-on, which tweaks the Desktop Instagram version to look exactly, like a mobile app. Launch the app with an icon click, and enjoy clean, mobile app-style UI, rendered into a separate window. Never miss a photo, video or a story, upload right from your laptop - enjoy all the features of Instagram mobile app on your desktop!                    

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

नाम App for Instagram with DM App for Instagram with DM
ID ablgadjkhamckdjbbjolcbfjdhhcobmo
आधिकारिक URL https://chrome.google.com/webstore/detail/app-for-instagram-with-dm/ablgadjkhamckdjbbjolcbfjdhhcobmo
विवरण Direct Messages is fully supported. Enjoy the most beautiful Desktop client for Instagram.
फ़ाइल का आकार 369 KB
स्थापना संख्या 410,076
वर्तमान संस्करण 2.4.0
अंतिम अपडेट 2023-01-24
प्रकाशन तिथि 2021-03-23
रेटिंग 4.88/5 कुल 165 रेटिंग्स
डेवलपर http://igapp.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://igapp.me/
गोपनीयता नीति पृष्ठ URL https://igapp.me/privacy-policy
समर्थित भाषाएँ id,ms,de,en,en-GB,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
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"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ]
        },
        {
            "js": [
                "js\/rate.js"
            ],
            "css": [
                "css\/rate.css"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ]
        },
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/storage.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/instaLinkListener.js"
            ]
        }
    ],
    "permissions": [
        "",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "img\/*",
        "css\/*"
    ],
    "manifest_version": 2,
    "version": "2.4.0"
}