Imgur Peeker

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

Qu'est-ce que Imgur Peeker ?

Imgur Peeker est une extension Chrome développée par Unknown, et sa fonction principale est "Adds a link next to the user's name to go directly to albums.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Imgur Peeker

Téléchargez les fichiers d'extension Imgur Peeker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Imgur Peeker Imgur Peeker
ID imblcbiihlokenchlldaibjfhpglpfod
URL Officiel https://chromewebstore.google.com/detail/imgur-peeker/imblcbiihlokenchlldaibjfhpglpfod
Description Adds a link next to the user's name to go directly to albums.
Taille du Fichier 26.31 KB
Nombre d'Installations 446
Version Actuelle 2.1.0
Dernière Mise à Jour 2017-01-26
Date de Publication 2017-01-26
Évaluation 3.38/5 Total 13 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}