Imagus

Enlarge thumbnails, and show images/videos from links with a mouse hover.

Wat is Imagus?

Imagus is een Chrome-extensie ontwikkeld door Deathamns, en de belangrijkste functie is "Enlarge thumbnails, and show images/videos from links with a mouse hover.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Imagus

Download Imagus-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

                        There are plenty of settings which can be customized, and reviewing them is currently the best way to learn about what the extension is capable of.

Sections on the options page that may need explanation:

▪ Sieve
An expandable set of site specific and general purpose rules for getting the larger image, media or other content.

▪ Grants
List of user defined sites where the extension should and shouldn't work.                    

Basisinformatie over de Extensie

Naam Imagus Imagus
ID immpkjjlgappgfkkfieppnmlhakdmaab
Officiële URL https://chromewebstore.google.com/detail/imagus/immpkjjlgappgfkkfieppnmlhakdmaab
Beschrijving Enlarge thumbnails, and show images/videos from links with a mouse hover.
Bestandsgrootte 149 KB
Aantal Installaties 539,100
Huidige Versie 0.9.8.74
Laatst Bijgewerkt 2020-04-16
Publicatiedatum 2020-04-12
Beoordeling 4.49/5 Totaal 1968 Beoordelingen
Ontwikkelaar Deathamns
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tiny.cc/Imagus
Help Pagina-URL https://www.reddit.com/r/imagus/
URL van de Privacybeleid Pagina https://www.reddit.com/r/imagus/wiki/index
Ondersteunde Talen en,fr,nl,es,hu,pl,pt-BR,cs,el,ru,uk,zh-CN
manifest.json
{
    "manifest_version": 2,
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9.8.74",
    "name": "Imagus",
    "description": "__MSG_APP_DESCRIPTION__",
    "homepage_url": "https:\/\/www.reddit.com\/r\/Imagus",
    "author": "Deathamns",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "downloads",
        "history",
        "storage"
    ],
    "incognito": "split",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "includes\/app.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "includes\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/search*"
            ],
            "include_globs": [
                "https:\/\/www.google.*\/search*"
            ],
            "js": [
                "js\/sp_gim.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/duckduckgo.com\/*"
            ],
            "css": [
                "css\/sp_ddg.css"
            ]
        }
    ]
}