artsee

bring NFTs into your daily life

What is artsee?

artsee is a Chrome extension developed by Ambition.wtf, and its main feature is "bring NFTs into your daily life".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download artsee Extension CRX File

Download artsee 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

                        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                    

Extension Basic Information

Name artsee artsee
ID akbgmbhnmpmacgkdkjafjeibneefikkp
Official URL https://chromewebstore.google.com/detail/artsee/akbgmbhnmpmacgkdkjafjeibneefikkp
Description bring NFTs into your daily life
File Size 1.24 MB
Installation Count 37
Current Version 0.3.0
Last Updated 2022-01-16
Publish Date 2021-05-02
Developer Ambition.wtf
Email [email protected]
Payment Type free
Extension Website https://artsee.wtf
Supported Languages 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": []
}