DeviantArt easy download

Simplify image download on Deviant Art

DeviantArt easy downloadとは何ですか?

DeviantArt easy downloadはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Simplify image download on Deviant Art」です。

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

screenshot
screenshot

DeviantArt easy download拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Download images from DeviantArt without confirmation, with a simple click.

The "Download" button now save the image on the larger size possible.

Pressing "D" will download the image as well.

If no download button would normally be shown, 
the button will be shown anyway, 
and the downloaded image will be the zoomed version displayed on the galery.

PS: the loading of the extension may take soem seconds, 
it will be done loading when the download button's text changes to "Download FASTER".

Note : This extension is not afiliated with www.deviantart.com.                    

拡張機能の基本情報

名前 DeviantArt easy download DeviantArt easy download
ID fhljkabkmnoeecgibakgnkkdmheccecg
公式URL https://chromewebstore.google.com/detail/deviantart-easy-download/fhljkabkmnoeecgibakgnkkdmheccecg
説明 Simplify image download on Deviant Art
ファイルサイズ 11.39 KB
インストール数 1,497
現在のバージョン 0.2
最終更新日 2014-06-19
公開日 2014-06-19
評価 2.64/5 合計 33 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DeviantArt easy download",
    "description": "Simplify image download on Deviant Art",
    "version": "0.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deviantart.com\/*",
                "*:\/\/*.deviantart.net\/*"
            ],
            "js": [
                "setjsgallery.js"
            ],
            "run_at": "document_end"
        }
    ]
}