Reddit Image Hover Previewer

View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.

Co to jest Reddit Image Hover Previewer?

Reddit Image Hover Previewer to rozszerzenie Chrome opracowane przez JYC Media, a jego główną funkcją jest „View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Reddit Image Hover Previewer

Pobierz pliki rozszerzeń Reddit Image Hover Previewer 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

                        View images on Reddit without the need to open new tabs or click away. View .JPG, .GIF, .MP4, .GIFV and many other file types as you hover over an image link without the need to browse away from r/All or a subreddit.

Always and forever free and 100% SPAM Free.

Instructions: Hover your mouse over a Reddit post headline, if it's an image an image preview will appear in the top right corner of the screen. See screenshot.                    

Podstawowe informacje o rozszerzeniu

Nazwa Reddit Image Hover Previewer Reddit Image Hover Previewer
ID keelohagemgepigpaphfmifcbkdckoea
Oficjalny URL https://chrome.google.com/webstore/detail/reddit-image-hover-previe/keelohagemgepigpaphfmifcbkdckoea
Opis View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.
Rozmiar pliku 62.28 KB
Liczba instalacji 1,000
Aktualna Wersja 1.21
Ostatnia Aktualizacja 2015-02-18
Data Publikacji 2015-02-18
Ocena 3.55/5 Łącznie 11 Oceny
Deweloper JYC Media
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Image Hover Previewer",
    "description": "View Images on Reddit without the need to open new tabs or click away. 100% SPAM Free.",
    "version": "1.21",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.reddit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.min.js",
                "Background.js"
            ]
        }
    ]
}