Reddit Preload GIFs

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

Reddit Preload GIFsとは何ですか?

Reddit Preload GIFsはMarcusによって開発されたChromeの拡張機能で、その主な機能は「Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them」です。

拡張機能のスクリーンショット

screenshot

Reddit Preload GIFs拡張機能のCRXファイルをダウンロード

Reddit Preload GIFs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Reddit Preload GIFs Reddit Preload GIFs
ID nghfcbekdkjbeichjmohlojmpikchibd
公式URL https://chrome.google.com/webstore/detail/reddit-preload-gifs/nghfcbekdkjbeichjmohlojmpikchibd
説明 Finds GIFs on Reddit and preloads them so that you do not need to wait when you view them
ファイルサイズ 13.7 KB
インストール数 3,954
現在のバージョン 1.3
最終更新日 2013-04-08
公開日 2013-04-08
評価 4.00/5 合計 10 レビュー
開発者 Marcus
支払い方法 free
拡張機能のウェブサイト https://github.com/marcusds/RedditPreloadGIFs
ヘルプページのURL http://www.reddit.com/r/chrome/comments/11tl0f/reddit_preload_gifs_no_more_waiting_when_you_click/
対応言語 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"
}