Discord Image Inspector

Hover over images on Discord to view them!

Discord Image Inspector là gì?

Discord Image Inspector là một tiện ích mở rộng Chrome được phát triển bởi the bog, và tính năng chính của nó là "Hover over images on Discord to view them!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Discord Image Inspector

Tải xuống các tệp mở rộng Discord Image Inspector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Discord Image Inspector Discord Image Inspector
ID jgaifhlgicdgfecphpakomdmfbnphlac
URL Chính Thức https://chrome.google.com/webstore/detail/discord-image-inspector/jgaifhlgicdgfecphpakomdmfbnphlac
Mô tả Hover over images on Discord to view them!
Kích Thước Tệp 44.75 KB
Số Lần Cài Đặt 194
Phiên Bản Hiện Tại 1.12
Cập Nhật Lần Cuối 2019-12-03
Ngày Phát Hành 2019-12-03
Đánh Giá 3.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển the bog
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}