artsee

bring NFTs into your daily life

Qu'est-ce que artsee ?

artsee est une extension Chrome développée par Ambition.wtf, et sa fonction principale est "bring NFTs into your daily life".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension artsee

Téléchargez les fichiers d'extension artsee au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom artsee artsee
ID akbgmbhnmpmacgkdkjafjeibneefikkp
URL Officiel https://chromewebstore.google.com/detail/artsee/akbgmbhnmpmacgkdkjafjeibneefikkp
Description bring NFTs into your daily life
Taille du Fichier 1.24 MB
Nombre d'Installations 37
Version Actuelle 0.3.0
Dernière Mise à Jour 2022-01-16
Date de Publication 2021-05-02
Développeur Ambition.wtf
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://artsee.wtf
Langues Prises en Charge 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": []
}