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
公式URL 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
Eメール [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": []
        }
    ]
}