IG Photo Download
You can easly download videos, photos, stories from IG
Qu'est-ce que IG Photo Download ?
IG Photo Download est une extension Chrome développée par ererasmin, et sa fonction principale est "You can easly download videos, photos, stories from IG".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IG Photo Download
Téléchargez les fichiers d'extension IG Photo Download 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
You can with the IG Photo Download: - downloading photos - downloading videos - downloading stories How does it work? We added a download button to the Photos. After clicking the button, the download process will be started.
Informations de Base sur l'Extension
Nom | |
ID | eoafjcamkihbelcjlggflpijodchbkka |
URL Officiel | https://chrome.google.com/webstore/detail/ig-photo-download/eoafjcamkihbelcjlggflpijodchbkka |
Description | You can easly download videos, photos, stories from IG |
Taille du Fichier | 23.21 KB |
Nombre d'Installations | 103 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2021-07-20 |
Date de Publication | 2021-07-20 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | ererasmin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_extDesc__", "version": "1.6", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "default_locale": "en", "icons": { "16": "icon16.png", "64": "icon64.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "declarative_net_request": { "rule_resources": [ { "id": "rules_set_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "downloads", "declarativeNetRequest", "https:\/\/*.instagram.com\/*", "https:\/\/*.fbcdn.net\/*", "https:\/\/*.cdninstagram.com\/*" ], "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content.bundle.js" ], "run_at": "document_end" } ], "page_action": { "default_icon": { "16": "icon16.png", "64": "icon64.png" }, "default_title": "__MSG_extName__" } } |