Media Helper for Instagram
Easily download Instagram pictures.
Qu'est-ce que Media Helper for Instagram ?
Media Helper for Instagram est une extension Chrome développée par mittya, et sa fonction principale est "Easily download Instagram pictures.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Media Helper for Instagram
Téléchargez les fichiers d'extension Media Helper for Instagram 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
Warning: Please don't use it too much, the operation is not allowed by IG. Although this tool only simulates local storage of images, IG may be able to detect abnormal users in the near future, so please take care of this yourself if it causes your users to be abnormal.
Informations de Base sur l'Extension
Nom | Media Helper for Instagram |
ID | albdnahmanonkmhoamgfjbjgbjabbiid |
URL Officiel | https://chromewebstore.google.com/detail/media-helper-for-instagra/albdnahmanonkmhoamgfjbjgbjabbiid |
Description | Easily download Instagram pictures. |
Taille du Fichier | 27.26 KB |
Nombre d'Installations | 40,345 |
Version Actuelle | 1.28.2 |
Dernière Mise à Jour | 2024-01-10 |
Date de Publication | 2020-05-05 |
Évaluation | 4.00/5 Total 192 Évaluations |
Développeur | mittya |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.28.2", "action": { "default_icon": { "19": "icons\/icon_512.png", "38": "icons\/icon_512.png" } }, "icons": { "16": "icons\/icon_512.png", "48": "icons\/icon_512.png", "128": "icons\/icon_512.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "js": [ "script.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.fbcdn.net\/*" ] } ], "permissions": [ "tabs", "downloads", "scripting" ], "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.fbcdn.net\/*" ] } |