GetThetPic!

Download any photo from Instagram easily with this simple extension.

Что такое GetThetPic!?

GetThetPic! - это расширение Chrome, разработанное http://kenji.ai, и его основная функция - "Download any photo from Instagram easily with this simple extension.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения GetThetPic!

Скачайте файлы расширений 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"
    ]
}