Discord Image Inspector
Hover over images on Discord to view them!
Wat is Discord Image Inspector?
Discord Image Inspector is een Chrome-extensie ontwikkeld door the bog, en de belangrijkste functie is "Hover over images on Discord to view them!".
Extensie Screenshots
Download het CRX-bestand van de extensie Discord Image Inspector
Download Discord Image Inspector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Hover your mouse over avatars and other icons to view a higher resolution version! Basisinformatie over de Extensie
| Naam | |
| ID | jgaifhlgicdgfecphpakomdmfbnphlac |
| Officiële URL | https://chrome.google.com/webstore/detail/discord-image-inspector/jgaifhlgicdgfecphpakomdmfbnphlac |
| Beschrijving | Hover over images on Discord to view them! |
| Bestandsgrootte | 44.75 KB |
| Aantal Installaties | 194 |
| Huidige Versie | 1.12 |
| Laatst Bijgewerkt | 2019-12-03 |
| Publicatiedatum | 2019-12-03 |
| Beoordeling | 3.50/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | the bog |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |