Artwork Grabber

Get high-res artwork for apps, music, books, movies, TV shows, and more, all types supported.

Artwork Grabberとは何ですか?

Artwork Grabberはhttps://sparanoid.comによって開発されたChromeの拡張機能で、その主な機能は「Get high-res artwork for apps, music, books, movies, TV shows, and more, all types supported.」です。

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

Artwork Grabber拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Yet another artwork grabber for cover / icon lovers. Get high-res artwork for apps, music, books, movies, TV shows, podcasts and more, all types supported. Works with Google Chrome, and Greasemonkey / Tampermonkey / Scriptish / etc. And it's open-sourced: https://github.com/sparanoid/itunes-artwork-grabber                    

拡張機能の基本情報

名前 Artwork Grabber Artwork Grabber
ID pjdeblccplohlgedbefopohaedodcgci
公式URL https://chromewebstore.google.com/detail/artwork-grabber/pjdeblccplohlgedbefopohaedodcgci
説明 Get high-res artwork for apps, music, books, movies, TV shows, and more, all types supported.
ファイルサイズ 19.64 KB
インストール数 419
現在のバージョン 1.0.9
最終更新日 2019-09-02
公開日 2019-09-01
評価 3.75/5 合計 16 レビュー
開発者 https://sparanoid.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sparanoid.com/work/itunes-artwork-grabber/
ヘルプページのURL https://sparanoid.com/work/itunes-artwork-grabber/
対応言語 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.9",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "Icon.png"
    },
    "homepage_url": "https:\/\/sparanoid.com\/work\/itunes-artwork-grabber\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.apple.com\/*"
            ],
            "js": [
                "scripts\/itunes-artwork-grabber.user.js"
            ],
            "run_at": "document_end"
        }
    ]
}