App for Instagram in Browser with Direct

Extension for Instagram, allows you to exchange private messages in direct.

App for Instagram in Browser with Direct क्या है?

App for Instagram in Browser with Direct http://poqdev.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for Instagram, allows you to exchange private messages in direct."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This is much superior to an Instagram smartphone app! IG Stories, as well as other features, can be viewed or downloaded/uploaded directly in your browser.

It's a basic browser extension that allows you to easily download photographs and images, post messages, or just watch what your friends are up to.

COOL FEATURES:

Upload images to Instagram from your phone.
- You can quickly upload a picture or video file to Instagram from your phone.
Upload the tales.
- Tell your peers of the most important events of your life.
Download any Instagram images or videos you want.
- You can quickly download any videos or pictures to your desktop.
- Users would have no idea you've watched and downloaded their Story if you do so.
See the stories of people you're not following.
- Even if you don't follow them, you can go to their profile and read their story or message.
Take a screenshot of the page.
- Take fast snapshots on Instagram without having to install any extra plugins. All is very straightforward.

In no way does Web for Instagram belong to or contribute to the official Instagram application/website. It is an unauthorized software that is privately developed and maintained. Only smartphones and the internet are supported by the official app.                    

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

नाम App for Instagram in Browser with Direct App for Instagram in Browser with Direct
ID eicmpjhebninebabifciaiamcnlacagb
आधिकारिक URL https://chrome.google.com/webstore/detail/app-for-instagram-in-brow/eicmpjhebninebabifciaiamcnlacagb
विवरण Extension for Instagram, allows you to exchange private messages in direct.
फ़ाइल का आकार 358 KB
स्थापना संख्या 9,000
वर्तमान संस्करण 1.1.7
अंतिम अपडेट 2022-03-07
प्रकाशन तिथि 2021-05-01
रेटिंग 4.91/5 कुल 11 रेटिंग्स
डेवलपर http://poqdev.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://poqdev.com/
सहायता पृष्ठ URL https://poqdev.com/
गोपनीयता नीति पृष्ठ URL https://poqdev.com/privacity
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,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
{
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/icons\/icon128.png",
            "256": "assets\/icons\/icon256.png",
            "32": "assets\/icons\/icon32.png",
            "64": "assets\/icons\/icon64.png"
        },
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/browser.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "js\/replace.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "assets\/css\/popup.css"
            ],
            "js": [
                "libs\/jquery.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/instaLinkListener.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "assets\/icons\/icon128.png",
        "256": "assets\/icons\/icon256.png",
        "32": "assets\/icons\/icon32.png",
        "64": "assets\/icons\/icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "downloads"
    ],
    "short_name": "Web IG",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.7",
    "web_accessible_resources": [
        "assets\/images\/*",
        "css\/*"
    ]
}