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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Direct Message for Instagram™ allows you sending Instagram direct messages from your desktop PC."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

InstaDirect – direct messages for Instagram™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}