GetThetPic!
Download any photo from Instagram easily with this simple extension.
Qu'est-ce que GetThetPic! ?
GetThetPic! est une extension Chrome développée par http://kenji.ai, et sa fonction principale est "Download any photo from Instagram easily with this simple extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GetThetPic!
Téléchargez les fichiers d'extension GetThetPic! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | fkdmnfbeaepmildaolaoicjbfkghpcco |
URL Officiel | https://chrome.google.com/webstore/detail/getthetpic/fkdmnfbeaepmildaolaoicjbfkghpcco |
Description | Download any photo from Instagram easily with this simple extension. |
Taille du Fichier | 26.83 KB |
Nombre d'Installations | 6,861 |
Version Actuelle | 3.0.8 |
Dernière Mise à Jour | 2019-04-08 |
Date de Publication | 2019-04-08 |
Évaluation | 3.78/5 Total 60 Évaluations |
Développeur | http://kenji.ai |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.kenji.ai |
URL de la Page d'Aide | https://github.com/odditive/instagram-image-url |
URL de la Page de Politique de Confidentialité | https://kenji.ai/privacy |
Langues Prises en Charge | 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" ] } |