Discord Image Inspector

Hover over images on Discord to view them!

ما هو Discord Image Inspector؟

Discord Image Inspector هو إضافة Chrome تم تطويرها بواسطة the bog، والميزة الرئيسية لها هي "Hover over images on Discord to view them!".

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

screenshot

تحميل ملف CRX للإضافة Discord Image Inspector

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

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

                        Hover your mouse over avatars and other icons to view a higher resolution version!                    

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

الاسم Discord Image Inspector Discord Image Inspector
ID jgaifhlgicdgfecphpakomdmfbnphlac
عنوان URL الرسمي https://chrome.google.com/webstore/detail/discord-image-inspector/jgaifhlgicdgfecphpakomdmfbnphlac
الوصف Hover over images on Discord to view them!
حجم الملف 44.75 KB
عدد التثبيتات 194
النسخة الحالية 1.12
آخر تحديث 2019-12-03
تاريخ النشر 2019-12-03
تقييم 3.50/5 مجموع تقييمات 10
المطور the bog
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discord Image Inspector",
    "version": "1.12",
    "description": "Hover over images on Discord to view them!",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discordapp.com\/*",
                "http:\/\/discordapp.com\/*"
            ],
            "js": [
                "core.js",
                "js\/tippy.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/sawa_16.png",
            "32": "images\/sawa_32.png",
            "48": "images\/sawa_48.png",
            "128": "images\/sawa_128.png"
        }
    },
    "icons": {
        "16": "images\/sawa_16.png",
        "32": "images\/sawa_32.png",
        "48": "images\/sawa_48.png",
        "128": "images\/sawa_128.png"
    },
    "manifest_version": 2
}