Metapiece

Metapiece lets you use any webpage as the background layer to create your graffiti and show your artwork on top of the webpage.

Co je Metapiece?

Metapiece je rozšíření Chrome vyvinuté http://metapiece.com, a jeho hlavní funkcí je „Metapiece lets you use any webpage as the background layer to create your graffiti and show your artwork on top of the webpage.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Metapiece

Stáhněte si soubory rozšíření Metapiece ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Metapiece = Metaverse + Masterpiece. 
It is a new way to bring graffiti/mural/meme art to the everyday internet browsing experience. 

Metapiece lets you use any webpage as the background layer to create your graffiti/mural/meme and show your artwork on top of the webpage. By installing the chrome extension, you can see all artworks that people create on different webpages as you visit the same webpage.

★ Artwork information:
You can find the description of the artwork and information of the creator using the extension.

★ NFT minting:
You can mint your creation as an NFT. To learn more, please go to https://metapiece.com.                    

Základní Informace o Rozšíření

Název Metapiece Metapiece
ID hacphobnbijbgfbobiicgoncnhcpfiim
Oficiální URL https://chrome.google.com/webstore/detail/metapiece/hacphobnbijbgfbobiicgoncnhcpfiim
Popis Metapiece lets you use any webpage as the background layer to create your graffiti and show your artwork on top of the webpage.
Velikost souboru 492 KB
Počet instalací 32
Aktuální Verze 1.1
Poslední Aktualizace 2021-06-09
Datum Vydání 2021-06-03
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář http://metapiece.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://metapiece.com
URL Stránky Nápovědy https://support.metapiece.com
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Metapiece lets you use any webpage as the background layer to create your graffiti and show your artwork on top of the webpage.",
    "version": "1.1",
    "manifest_version": 3,
    "name": "Metapiece",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png",
                "logo.svg",
                "logo.png",
                "etherscan.svg"
            ],
            "matches": []
        }
    ]
}