Imgur Peeker

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

Co to jest Imgur Peeker?

Imgur Peeker to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Adds a link next to the user's name to go directly to albums.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Imgur Peeker

Pobierz pliki rozszerzeń Imgur Peeker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Imgur Peeker Imgur Peeker
ID imblcbiihlokenchlldaibjfhpglpfod
Oficjalny URL https://chromewebstore.google.com/detail/imgur-peeker/imblcbiihlokenchlldaibjfhpglpfod
Opis Adds a link next to the user's name to go directly to albums.
Rozmiar pliku 26.31 KB
Liczba instalacji 446
Aktualna Wersja 2.1.0
Ostatnia Aktualizacja 2017-01-26
Data Publikacji 2017-01-26
Ocena 3.38/5 Łącznie 13 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}