insta-d

adds a download link to instagram pages

insta-dとは何ですか?

insta-dはmoldy530によって開発されたChromeの拡張機能で、その主な機能は「adds a download link to instagram pages」です。

拡張機能のスクリーンショット

screenshot
screenshot

insta-d拡張機能のCRXファイルをダウンロード

insta-d拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Simple extension that allows you to download instagram images as you browse them.

Just click on an image to open up its modal on someone's feed and click the download icon next to the share icon and it will download the highest quality available.                    

拡張機能の基本情報

名前 insta-d insta-d
ID bbofjkmnliejmigcepfilhpigbpnghdg
公式URL https://chrome.google.com/webstore/detail/insta-d/bbofjkmnliejmigcepfilhpigbpnghdg
説明 adds a download link to instagram pages
ファイルサイズ 25.93 KB
インストール数 120
現在のバージョン 1.0.2
最終更新日 2019-01-30
公開日 2019-01-30
評価 3.00/5 合計 2 レビュー
開発者 moldy530
支払い方法 free
拡張機能のウェブサイト https://www.github.com/moldy530/insta-d
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "insta-d",
    "description": "adds a download link to instagram pages",
    "version": "1.0.2",
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "64": "images\/icon_64.png"
        },
        "default_title": "insta-d"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    }
}