Scryfall Art Crop

Adiciona um link para o corte de arte do Scryfall

What is Scryfall Art Crop?

Scryfall Art Crop is a Chrome extension developed by Humberto Fraga, and its main feature is "Adiciona um link para o corte de arte do Scryfall".

Extension Screenshots

screenshot
screenshot
screenshot

Download Scryfall Art Crop Extension CRX File

Download Scryfall Art Crop 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

                        This extension adds links for the art crop images in scryfall.com card pages (multiple links in cards with multiple faces).                    

Extension Basic Information

Name Scryfall Art Crop Scryfall Art Crop
ID gbnnkfmabpkcigfobbgfdhbjenakjhol
Official URL https://chromewebstore.google.com/detail/scryfall-art-crop/gbnnkfmabpkcigfobbgfdhbjenakjhol
Description Adiciona um link para o corte de arte do Scryfall
File Size 4.28 KB
Installation Count 32
Current Version 1.0
Last Updated 2021-05-05
Publish Date 2021-05-04
Developer Humberto Fraga
Email [email protected]
Payment Type free
Extension Website https://gitlab.com/humbertofraga/scryfall-artcrop
Help Page URL https://gitlab.com/humbertofraga/scryfall-artcrop/-/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scryfall Art Crop",
    "version": "1.0",
    "description": "Adiciona um link para o corte de arte do Scryfall",
    "icons": {
        "48": "icons\/crop-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scryfall.com\/card\/*"
            ],
            "js": [
                "art-crop.js"
            ]
        }
    ]
}