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
电子邮箱 [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"
    ]
}