Imgur Peeker

Adds a link next to the user's name to go directly to albums.

Cos'è Imgur Peeker?

Imgur Peeker è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Adds a link next to the user's name to go directly to albums.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Imgur Peeker

Scarica i file di estensione Imgur Peeker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Adds a link next to the user's name to go directly to albums.                    

Informazioni di Base sull'Estensione

Nome Imgur Peeker Imgur Peeker
ID imblcbiihlokenchlldaibjfhpglpfod
URL Ufficiale https://chromewebstore.google.com/detail/imgur-peeker/imblcbiihlokenchlldaibjfhpglpfod
Descrizione Adds a link next to the user's name to go directly to albums.
Dimensione del File 26.31 KB
Conteggio Installazioni 446
Versione Corrente 2.1.0
Ultimo Aggiornamento 2017-01-26
Data di Pubblicazione 2017-01-26
Valutazione 3.38/5 Totale 13 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imgur Peeker",
    "description": "Adds a link next to the user's name to go directly to albums.",
    "version": "2.1.0",
    "icons": {
        "48": "gir48.png",
        "128": "gir128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "gir48.png",
            "128": "gir128.png"
        },
        "default_title": "Imgur Peeker"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.imgur.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}