Instagram Image Right Click

A tool for open image from Instagram.

ما هو Instagram Image Right Click؟

Instagram Image Right Click هو إضافة Chrome تم تطويرها بواسطة lumosnysm، والميزة الرئيسية لها هي "A tool for open image from Instagram.".

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

screenshot

تحميل ملف CRX للإضافة Instagram Image Right Click

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

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

                        Now you can right click to open image in new tab when using instagram.
Enjoy!                    

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

الاسم Instagram Image Right Click Instagram Image Right Click
ID jppbdmlnkmhkgpnfikbpodadcoohdiam
عنوان URL الرسمي https://chrome.google.com/webstore/detail/instagram-image-right-cli/jppbdmlnkmhkgpnfikbpodadcoohdiam
الوصف A tool for open image from Instagram.
حجم الملف 159 KB
عدد التثبيتات 183
النسخة الحالية 1.0
آخر تحديث 2020-02-09
تاريخ النشر 2020-02-09
تقييم 1.50/5 مجموع تقييمات 2
المطور lumosnysm
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Image Right Click",
    "version": "1.0",
    "description": "A tool for open image from Instagram.",
    "permissions": [
        "storage",
        "declarativeContent",
        "contextMenus",
        "https:\/\/www.instagram.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "64": "logo64.png"
    },
    "manifest_version": 2
}