artsee

bring NFTs into your daily life

Was ist artsee?

artsee ist eine Chrome-Erweiterung, die von Ambition.wtf entwickelt wurde, und ihr Hauptmerkmal ist "bring NFTs into your daily life".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

artsee-Erweiterungs-CRX-Datei herunterladen

Laden Sie artsee-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Enjoy your NFT art collection every time you open a new tab! Artsee uses your Ethereum wallet to display  art from your collection.

* Supports image, video and audio formats commonly used in NFTs
* Supports most interactive NFTs (ex. Artblocks)
* Displays the name, artist, year and other information about each work
* No need to create an account or login - artsee uses your public wallet address
* We don't collect any user data; your data is stored locally
* Only uses publicly available information from OpenSea API                    

Grundlegende Informationen zur Erweiterung

Name artsee artsee
ID akbgmbhnmpmacgkdkjafjeibneefikkp
Offizielle URL https://chromewebstore.google.com/detail/artsee/akbgmbhnmpmacgkdkjafjeibneefikkp
Beschreibung bring NFTs into your daily life
Dateigröße 1.24 MB
Installationsanzahl 37
Aktuelle Version 0.3.0
Letztes Update 2022-01-16
Veröffentlichungsdatum 2021-05-02
Entwickler Ambition.wtf
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://artsee.wtf
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "artsee",
    "version": "0.3.0",
    "description": "bring NFTs into your daily life",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "48": "assets\/icons\/icon48.png",
            "128": "assets\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/icon16.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": []
}