Save Instagram contents easy and quickly!

Just right mouse click to open an Instagram image or video in a new tab

ما هو Save Instagram contents easy and quickly!؟

Save Instagram contents easy and quickly! هو إضافة Chrome تم تطويرها بواسطة nameless.dot، والميزة الرئيسية لها هي "Just right mouse click to open an Instagram image or video in a new tab".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Save Instagram contents easy and quickly!

قم بتنزيل ملفات الامتداد Save Instagram contents easy and quickly! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Just right mouse click on the image or video and select "Open in a new tab", from there you can download the desired media (e.g. using "File > Save as..." or pressing Ctrl+S or Cmd+S for macOS users)                    

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

الاسم Save Instagram contents easy and quickly! Save Instagram contents easy and quickly!
ID abnifgjenbbcjajbglkhbojefeckmbci
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-instagram-contents-e/abnifgjenbbcjajbglkhbojefeckmbci
الوصف Just right mouse click to open an Instagram image or video in a new tab
حجم الملف 29.64 KB
عدد التثبيتات 46
النسخة الحالية 1.1
آخر تحديث 2020-04-26
تاريخ النشر 2020-04-26
المطور nameless.dot
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Instagram contents easy and quickly!",
    "version": "1.1",
    "description": "Just right mouse click to open an Instagram image or video in a new tab",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    },
    "background": {
        "page": "src\/index.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "src\/content\/index.js"
            ],
            "run_at": "document_end"
        }
    ]
}