IG Photo Download

You can easly download videos, photos, stories from IG

ما هو IG Photo Download؟

IG Photo Download هو إضافة Chrome تم تطويرها بواسطة ererasmin، والميزة الرئيسية لها هي "You can easly download videos, photos, stories from IG".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة IG Photo Download

قم بتنزيل ملفات الامتداد IG Photo Download بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم IG Photo Download IG Photo Download
ID eoafjcamkihbelcjlggflpijodchbkka
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ig-photo-download/eoafjcamkihbelcjlggflpijodchbkka
الوصف You can easly download videos, photos, stories from IG
حجم الملف 23.21 KB
عدد التثبيتات 103
النسخة الحالية 1.6
آخر تحديث 2021-07-20
تاريخ النشر 2021-07-20
تقييم 2.00/5 مجموع تقييمات 1
المطور ererasmin
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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__"
    }
}