insta-d
adds a download link to instagram pages
Qu'est-ce que insta-d ?
insta-d est une extension Chrome développée par moldy530, et sa fonction principale est "adds a download link to instagram pages".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension insta-d
Téléchargez les fichiers d'extension insta-d 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
Simple extension that allows you to download instagram images as you browse them. Just click on an image to open up its modal on someone's feed and click the download icon next to the share icon and it will download the highest quality available.
Informations de Base sur l'Extension
Nom | |
ID | bbofjkmnliejmigcepfilhpigbpnghdg |
URL Officiel | https://chrome.google.com/webstore/detail/insta-d/bbofjkmnliejmigcepfilhpigbpnghdg |
Description | adds a download link to instagram pages |
Taille du Fichier | 25.93 KB |
Nombre d'Installations | 120 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2019-01-30 |
Date de Publication | 2019-01-30 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | moldy530 |
Type de Paiement | free |
Site Web de l'Extension | https://www.github.com/moldy530/insta-d |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "insta-d", "description": "adds a download link to instagram pages", "version": "1.0.2", "permissions": [ "activeTab" ], "web_accessible_resources": [ "images\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "script.js" ] } ], "page_action": { "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "64": "images\/icon_64.png" }, "default_title": "insta-d" }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" } } |