Metapiece

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

什麼是Metapiece?

Metapiece是由http://metapiece.com開發的Chrome擴展程式,該擴展的主要功能是“Metapiece lets you use any webpage as the background layer to create your graffiti and show your artwork on top of the webpage.”。

擴展截圖

screenshot

下載Metapiece擴展crx文件

下載Metapiece擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Metapiece Metapiece
ID hacphobnbijbgfbobiicgoncnhcpfiim
官方網址 https://chrome.google.com/webstore/detail/metapiece/hacphobnbijbgfbobiicgoncnhcpfiim
簡介 Metapiece lets you use any webpage as the background layer to create your graffiti and show your artwork on top of the webpage.
檔案大小 492 KB
安裝次數 32
目前版本 1.1
更新時間 2021-06-09
上架時間 2021-06-03
評分 3.00/5 共 2 次評分
開發者 http://metapiece.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://metapiece.com
說明頁面URL https://support.metapiece.com
支援的語言 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": []
        }
    ]
}