Metapiece

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

O que é Metapiece?

Metapiece é uma extensão do Chrome desenvolvida por http://metapiece.com, e sua principal característica é "Metapiece lets you use any webpage as the background layer to create your graffiti and show your artwork on top of the webpage.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Metapiece

Baixe arquivos de extensão Metapiece no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Metapiece Metapiece
ID hacphobnbijbgfbobiicgoncnhcpfiim
URL Oficial https://chrome.google.com/webstore/detail/metapiece/hacphobnbijbgfbobiicgoncnhcpfiim
Descrição Metapiece lets you use any webpage as the background layer to create your graffiti and show your artwork on top of the webpage.
Tamanho do Arquivo 492 KB
Contagem de Instalações 32
Versão Atual 1.1
Última Atualização 2021-06-09
Data de Publicação 2021-06-03
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor http://metapiece.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://metapiece.com
URL da Página de Ajuda https://support.metapiece.com
Idiomas Suportados 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": []
        }
    ]
}