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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Metapiece lets you use any webpage as the background layer to create your graffiti and show your artwork on top of the webpage."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Metapiece एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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": []
        }
    ]
}