Image Copier For Instsgram

Copies url of instagram image when clicked on an instagram image

ما هو Image Copier For Instsgram؟

Image Copier For Instsgram هو إضافة Chrome تم تطويرها بواسطة sougataghar47، والميزة الرئيسية لها هي "Copies url of instagram image when clicked on an instagram image".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Image Copier For Instsgram

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

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

                        Copies Image URL of an instagram image with Left Click so you can embed it in discord , etc . You can also save or copy the image to your clipboard with a right click which will enable the context menu which is disabled by default.Please donate if you like this addon https://www.paypal.com/paypalme/sougataghar47 !                    

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

الاسم Image Copier For Instsgram Image Copier For Instsgram
ID lejedjokmndehmcbfmpjbmimihobnfpo
عنوان URL الرسمي https://chromewebstore.google.com/detail/image-copier-for-instsgra/lejedjokmndehmcbfmpjbmimihobnfpo
الوصف Copies url of instagram image when clicked on an instagram image
حجم الملف 5.35 KB
عدد التثبيتات 291
النسخة الحالية 1
آخر تحديث 2024-03-03
تاريخ النشر 2023-01-25
تقييم 5.00/5 مجموع تقييمات 1
المطور sougataghar47
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Image Copier For Instsgram",
    "version": "1",
    "images": {
        "128": "128.png"
    },
    "description": "Copies url of instagram image when clicked on an instagram image",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "copySrc.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}