Web client for Instagram™

This extension better than a mobile version of Instagram! View and upload IG Story and other functions in your browser.

Что такое Web client for Instagram™?

Web client for Instagram™ - это расширение Chrome, разработанное AllWall, и его основная функция - "This extension better than a mobile version of Instagram! View and upload IG Story and other functions in your browser.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Web client for Instagram™

Скачайте файлы расширений Web client for Instagram™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This is a collection of the most useful features for Instagram: direct messages, download stories and IGTV, take screenshots and more!
The famous mobile Instagram in your browser! Just press the button and get all the functions like in the mobile app:

- private messages are fully supported
- upload your own IGTV videos from PC
- take screenshots from Instagram window to share with your friends
- comfortable layout for a better experience

The main goal is to make your social experience easier and more convenient. With one click in your browser, you will be taken to the popular social network, where you can share photos and videos, view the Instagram news feed and chat with friends. Private messages work completely, so it is easier for you to communicate with loved ones.

The screenshot feature is also available online for Instagram. Just take a screenshot of the interesting moments on Instagram and share it with your friends. Interesting comments or Instagram photos that you can focus and upload to your laptop as a screenshot.

You will love the user-friendly Web layout for Instgarm. 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.


IGTV download for Instagram is also supported. Now you can shoot fresh videos without time limits and share them on Instagram directly from your computer.

Send direct messages, upload photos and videos, browse the news feed like classic Instagram for mobile phones, download IGTV from your PC - all this and much more - useful features of the Web for Instagram app.                    

Основная информация о расширении

Название Web client for Instagram™ Web client for Instagram™
ID gpbkgmhgmplhhifablapgjgiecakjpgd
Официальный URL https://chrome.google.com/webstore/detail/web-client-for-instagram/gpbkgmhgmplhhifablapgjgiecakjpgd
Описание This extension better than a mobile version of Instagram! View and upload IG Story and other functions in your browser.
Размер файла 166 KB
Количество установок 5,788
Текущая Версия 1
Последнее Обновление 2023-01-20
Дата публикации 2020-10-01
Рейтинг 3.00/5 Всего 8 оценок
Разработчик AllWall
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://yello8.com/apps/volume.html
Поддерживаемые языки 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
{
    "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\/*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/instaLinkListener.js"
            ]
        }
    ],
    "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",
    "version_name": "1",
    "web_accessible_resources": [
        "assets\/images\/*",
        "css\/*"
    ]
}