Reddit Preload GIFs

Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them

Co to jest Reddit Preload GIFs?

Reddit Preload GIFs to rozszerzenie Chrome opracowane przez Marcus, a jego główną funkcją jest „Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Reddit Preload GIFs

Pobierz pliki rozszerzeń Reddit Preload GIFs 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

                        Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them.

Now works with Reddit Enhancement Suites' neverending Reddit feature!                    

Podstawowe informacje o rozszerzeniu

Nazwa Reddit Preload GIFs Reddit Preload GIFs
ID nghfcbekdkjbeichjmohlojmpikchibd
Oficjalny URL https://chrome.google.com/webstore/detail/reddit-preload-gifs/nghfcbekdkjbeichjmohlojmpikchibd
Opis Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them
Rozmiar pliku 13.7 KB
Liczba instalacji 3,954
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2013-04-08
Data Publikacji 2013-04-08
Ocena 4.00/5 Łącznie 10 Oceny
Deweloper Marcus
Typ Płatności free
Strona Rozszerzenia https://github.com/marcusds/RedditPreloadGIFs
Adres URL Strony Pomocy http://www.reddit.com/r/chrome/comments/11tl0f/reddit_preload_gifs_no_more_waiting_when_you_click/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them",
    "name": "Reddit Preload GIFs",
    "permissions": [
        "http:\/\/reddit.com\/*",
        "http:\/\/*.reddit.com\/*"
    ],
    "icons": {
        "48": "48.png",
        "128": "128.png",
        "16": "16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*"
            ],
            "all_frames": true,
            "js": [
                "preload_gifs.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.3"
}