Discord Image Inspector

Hover over images on Discord to view them!

Was ist Discord Image Inspector?

Discord Image Inspector ist eine Chrome-Erweiterung, die von the bog entwickelt wurde, und ihr Hauptmerkmal ist "Hover over images on Discord to view them!".

Erweiterungsscreenshots

screenshot

Discord Image Inspector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Discord Image Inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Discord Image Inspector Discord Image Inspector
ID jgaifhlgicdgfecphpakomdmfbnphlac
Offizielle URL https://chrome.google.com/webstore/detail/discord-image-inspector/jgaifhlgicdgfecphpakomdmfbnphlac
Beschreibung Hover over images on Discord to view them!
Dateigröße 44.75 KB
Installationsanzahl 194
Aktuelle Version 1.12
Letztes Update 2019-12-03
Veröffentlichungsdatum 2019-12-03
Bewertung 3.50/5 Insgesamt 10 Bewertungen
Entwickler the bog
Zahlungsart free
Unterstützte Sprachen 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
}