GetThetPic!

Download any photo from Instagram easily with this simple extension.

O que é GetThetPic!?

GetThetPic! é uma extensão do Chrome desenvolvida por http://kenji.ai, e sua principal característica é "Download any photo from Instagram easily with this simple extension.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão GetThetPic!

Baixe arquivos de extensão GetThetPic! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome GetThetPic! GetThetPic!
ID fkdmnfbeaepmildaolaoicjbfkghpcco
URL Oficial https://chrome.google.com/webstore/detail/getthetpic/fkdmnfbeaepmildaolaoicjbfkghpcco
Descrição Download any photo from Instagram easily with this simple extension.
Tamanho do Arquivo 26.83 KB
Contagem de Instalações 6,861
Versão Atual 3.0.8
Última Atualização 2019-04-08
Data de Publicação 2019-04-08
Classificação 3.78/5 Total de 60 Avaliações
Desenvolvedor http://kenji.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.kenji.ai
URL da Página de Ajuda https://github.com/odditive/instagram-image-url
URL da Página de Política de Privacidade https://kenji.ai/privacy
Idiomas Suportados 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"
    ]
}