GetThetPic!

Download any photo from Instagram easily with this simple extension.

GetThetPic!とは何ですか?

GetThetPic!はhttp://kenji.aiによって開発されたChromeの拡張機能で、その主な機能は「Download any photo from Instagram easily with this simple extension.」です。

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

screenshot
screenshot

GetThetPic!拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Download any photo from Instagram the easy way within two clicks! Our downloader extension integrates seamlessly into your web browsing experience.

Here's how it works: all you need to do is right-click on any photo when you're on the website. After that, you're able to do three things. You can either download the photo, open it in a new tab, or simply get the direct image URL by copying it.

This is the simplest app you'll ever use. It's also lightweight and doesn't affect your browsing experience at all.

Happy downloading!                    

拡張機能の基本情報

名前 GetThetPic! GetThetPic!
ID fkdmnfbeaepmildaolaoicjbfkghpcco
公式URL https://chrome.google.com/webstore/detail/getthetpic/fkdmnfbeaepmildaolaoicjbfkghpcco
説明 Download any photo from Instagram easily with this simple extension.
ファイルサイズ 26.83 KB
インストール数 6,861
現在のバージョン 3.0.8
最終更新日 2019-04-08
公開日 2019-04-08
評価 3.78/5 合計 60 レビュー
開発者 http://kenji.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.kenji.ai
ヘルプページのURL https://github.com/odditive/instagram-image-url
プライバシーポリシーページのURL https://kenji.ai/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GetThetPic!",
    "description": "Download any photo from Instagram easily with this simple extension.",
    "version": "3.0.8",
    "icons": {
        "16": "resources\/insta-16.png",
        "48": "resources\/insta-48.png",
        "128": "resources\/insta-128.png"
    },
    "author": "Kenji.ai",
    "homepage_url": "http:\/\/www.kenji.ai",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.instagram.com\/*",
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "downloads"
    ]
}