Discord Image Inspector

Hover over images on Discord to view them!

什么是Discord Image Inspector?

Discord Image Inspector是由the bog开发的Chrome扩展程序,该扩展的主要功能是“Hover over images on Discord to view them!”。

扩展截图

screenshot

下载Discord Image Inspector扩展crx文件

下载Discord Image Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}