Artwork Grabber

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

What is Artwork Grabber?

Artwork Grabber is a Chrome extension developed by https://sparanoid.com, and its main feature is "Get high-res artwork for apps, music, books, movies, TV shows, and more, all types supported.".

Extension Screenshots

Download Artwork Grabber Extension CRX File

Download Artwork Grabber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Artwork Grabber Artwork Grabber
ID pjdeblccplohlgedbefopohaedodcgci
Official URL https://chromewebstore.google.com/detail/artwork-grabber/pjdeblccplohlgedbefopohaedodcgci
Description Get high-res artwork for apps, music, books, movies, TV shows, and more, all types supported.
File Size 19.64 KB
Installation Count 419
Current Version 1.0.9
Last Updated 2019-09-02
Publish Date 2019-09-01
Rating 3.75/5 Total 16 Ratings
Developer https://sparanoid.com
Email [email protected]
Payment Type free
Extension Website https://sparanoid.com/work/itunes-artwork-grabber/
Help Page URL https://sparanoid.com/work/itunes-artwork-grabber/
Supported Languages 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"
        }
    ]
}