Web for Instagram with Direct

It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!

Что такое Web for Instagram with Direct?

Web for Instagram with Direct - это расширение Chrome, разработанное mlacezzi, и его основная функция - "It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!".

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

screenshot

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

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

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

                                            

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

Название Web for Instagram with Direct Web for Instagram with Direct
ID lpjdhdbbbbfgopminkbmpnhmkhbmmfni
Официальный URL https://chrome.google.com/webstore/detail/web-for-instagram-with-di/lpjdhdbbbbfgopminkbmpnhmkhbmmfni
Описание It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!
Размер файла 348 KB
Количество установок 1,289
Текущая Версия 1.1
Последнее Обновление 2022-01-31
Дата публикации 2021-11-15
Рейтинг 4.75/5 Всего 12 оценок
Разработчик mlacezzi
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.saveandshare.tk/policy
Поддерживаемые языки de,en,fil,fr,nl,vi,ca,es,it,fi,hi,th,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/storage.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/64.png",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/ua.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "css\/rate.css"
            ],
            "js": [
                "js\/content-scripts\/rate.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/storage.js",
                "js\/content-scripts\/content.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/content-scripts\/instaLinkListener.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/128.png",
        "32": "img\/32.png",
        "64": "img\/64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "options.html",
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "1.1",
    "web_accessible_resources": [
        "img\/*",
        "css\/*"
    ]
}