GetThetPic!
Download any photo from Instagram easily with this simple extension.
Co je GetThetPic!?
GetThetPic! je rozšíření Chrome vyvinuté http://kenji.ai, a jeho hlavní funkcí je „Download any photo from Instagram easily with this simple extension.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GetThetPic!
Stáhněte si soubory rozšíření GetThetPic! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | fkdmnfbeaepmildaolaoicjbfkghpcco |
Oficiální URL | https://chrome.google.com/webstore/detail/getthetpic/fkdmnfbeaepmildaolaoicjbfkghpcco |
Popis | Download any photo from Instagram easily with this simple extension. |
Velikost souboru | 26.83 KB |
Počet instalací | 6,861 |
Aktuální Verze | 3.0.8 |
Poslední Aktualizace | 2019-04-08 |
Datum Vydání | 2019-04-08 |
Hodnocení | 3.78/5 Celkem 60 Hodnocení |
Vývojář | http://kenji.ai |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.kenji.ai |
URL Stránky Nápovědy | https://github.com/odditive/instagram-image-url |
URL Stránky Zásad Ochrany Soukromí | https://kenji.ai/privacy |
Podporované Jazyky | 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" ] } |