Discord Image Inspector
Hover over images on Discord to view them!
What is Discord Image Inspector?
Discord Image Inspector is a Chrome extension developed by the bog, and its main feature is "Hover over images on Discord to view them!".
Extension Screenshots
Download Discord Image Inspector Extension CRX File
Download Discord Image Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hover your mouse over avatars and other icons to view a higher resolution version!
Extension Basic Information
Name | |
ID | jgaifhlgicdgfecphpakomdmfbnphlac |
Official URL | https://chrome.google.com/webstore/detail/discord-image-inspector/jgaifhlgicdgfecphpakomdmfbnphlac |
Description | Hover over images on Discord to view them! |
File Size | 44.75 KB |
Installation Count | 194 |
Current Version | 1.12 |
Last Updated | 2019-12-03 |
Publish Date | 2019-12-03 |
Rating | 3.50/5 Total 10 Ratings |
Developer | the bog |
Payment Type | free |
Supported Languages | 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 } |