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是由mlacezzi开发的Chrome扩展程序,该扩展的主要功能是“It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!”。

扩展截图

screenshot

下载Web for Instagram with Direct扩展crx文件

下载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\/*"
    ]
}