InstaDirect – direct messages for Instagram™

Direct Message for Instagram™ allows you sending Instagram direct messages from your desktop PC.

InstaDirect – direct messages for Instagram™ क्या है?

InstaDirect – direct messages for Instagram™ http://socialcrm.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Direct Message for Instagram™ allows you sending Instagram direct messages from your desktop PC."।

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

screenshot
screenshot

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

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

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

                        InstaDirect provide you sending Instagram direct messages from your desktop PC.
InstaDirect provide you sending messages to you followers and friends from your desktop PC.

It provides you notifications about new messages in Instagram™ and shows them in different window. 
Open your Instagram™ DM in one single click and send messages directly in browser. 

This extension is one-stop solution for Instagram™ Direct Messages on your PC without installing any apps and creepy software. 

You DON'T NEEED to provide login and password from your Instagram account. Is is safety and easy! 

Now you can view photos and follow links you've been sent, and read messages while surfing or working in your browser. No more distracting to smartphone while browsing from your PC.


LEGAL NOTICE:
This extension handles personal or sensitive user data (Cookies and Web Browsing Activity). Please see our Privacy Policy for more details about purpose and methods of our handling personal or sensitive user data. 
Link to Privacy Policy located in "Additional Information" section.

Instagram™ is a trademark of Instagram Inc., registered in the U.S. and other countries. 

This is an independent project not related to Instagram™ or Instagram Inc.                    

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

नाम InstaDirect – direct messages for Instagram™ InstaDirect – direct messages for Instagram™
ID ilomnplmhohdmhbnpggdffmfemiglccl
आधिकारिक URL https://chrome.google.com/webstore/detail/instadirect-%E2%80%93-direct-mess/ilomnplmhohdmhbnpggdffmfemiglccl
विवरण Direct Message for Instagram™ allows you sending Instagram direct messages from your desktop PC.
फ़ाइल का आकार 258 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2019-08-04
प्रकाशन तिथि 2019-08-02
रेटिंग 3.63/5 कुल 38 रेटिंग्स
डेवलपर http://socialcrm.ru
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://socialcrm.ru/page251
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InstaDirect \u2013 direct messages for Instagram\u2122",
    "description": "Direct Message for Instagram\u2122 allows you sending Instagram direct messages from your desktop PC.",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Instagram Direct Message"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "content.css",
                "style.css"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "exclude_globs": []
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "content.css"
    ],
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "*:\/\/*.instagram.com\/*"
    ]
}