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
Eメール [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\/*"
    ]
}