GetThetPic!

Download any photo from Instagram easily with this simple extension.

Was ist GetThetPic!?

GetThetPic! ist eine Chrome-Erweiterung, die von http://kenji.ai entwickelt wurde, und ihr Hauptmerkmal ist "Download any photo from Instagram easily with this simple extension.".

Erweiterungsscreenshots

screenshot
screenshot

GetThetPic!-Erweiterungs-CRX-Datei herunterladen

Laden Sie GetThetPic!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name GetThetPic! GetThetPic!
ID fkdmnfbeaepmildaolaoicjbfkghpcco
Offizielle URL https://chrome.google.com/webstore/detail/getthetpic/fkdmnfbeaepmildaolaoicjbfkghpcco
Beschreibung Download any photo from Instagram easily with this simple extension.
Dateigröße 26.83 KB
Installationsanzahl 6,861
Aktuelle Version 3.0.8
Letztes Update 2019-04-08
Veröffentlichungsdatum 2019-04-08
Bewertung 3.78/5 Insgesamt 60 Bewertungen
Entwickler http://kenji.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.kenji.ai
Hilfeseite URL https://github.com/odditive/instagram-image-url
URL der Datenschutzrichtlinien-Seite https://kenji.ai/privacy
Unterstützte Sprachen 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"
    ]
}