IG Photo Download
You can easly download videos, photos, stories from IG
Wat is IG Photo Download?
IG Photo Download is een Chrome-extensie ontwikkeld door ererasmin, en de belangrijkste functie is "You can easly download videos, photos, stories from IG".
Extensie Screenshots
Download het CRX-bestand van de extensie IG Photo Download
Download IG Photo Download-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | eoafjcamkihbelcjlggflpijodchbkka |
Officiële URL | https://chrome.google.com/webstore/detail/ig-photo-download/eoafjcamkihbelcjlggflpijodchbkka |
Beschrijving | You can easly download videos, photos, stories from IG |
Bestandsgrootte | 23.21 KB |
Aantal Installaties | 103 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2021-07-20 |
Publicatiedatum | 2021-07-20 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ererasmin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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__" } } |