Web for Instagram™

Use mobile version Instagram directly from your Chrome browser. Download any photos or videos from instagram.

Web for Instagram™ क्या है?

Web for Instagram™ Pearl95 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use mobile version Instagram directly from your Chrome browser. Download any photos or videos from instagram."।

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

screenshot
screenshot
screenshot

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

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

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

                        A simple and powerful tool with many features to make your social user experience even better.

With one click in your browser, you will be taken to the popular social network - Instagram, where you can share photos and videos, view the news feed and chat with friends. 

You will love the user-friendly Web layout for Instagram. Based on many reviews and experiences, the perfect Chrome app has been created with an intuitive design and a beautiful interface, as well as many useful features. 

With this app for Instagram you can now: 

* Post photos and videos directly from your computer.
* Support Direct Message - Send messages to your friends and followers.
* Stories - Share the most significant moments with your friends.
* This extension is free and safe.!                    

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

नाम Web for Instagram™ Web for Instagram™
ID fcifgfghbbkmjbpgdkobifgdmoimknfd
आधिकारिक URL https://chrome.google.com/webstore/detail/fcifgfghbbkmjbpgdkobifgdmoimknfd
विवरण Use mobile version Instagram directly from your Chrome browser. Download any photos or videos from instagram.
फ़ाइल का आकार 135 KB
स्थापना संख्या 16,432
वर्तमान संस्करण 1
अंतिम अपडेट 2022-10-18
प्रकाशन तिथि 2021-11-28
डेवलपर Pearl95
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/webappforinstagram/home
समर्थित भाषाएँ id,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,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,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "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 for Instagram",
    "version": "1",
    "version_name": "1",
    "web_accessible_resources": [
        "assets\/images\/*",
        "css\/*"
    ]
}