Metapiece
Metapiece lets you use any webpage as the background layer to create your graffiti and show your artwork on top of the webpage.
Qu'est-ce que Metapiece ?
Metapiece est une extension Chrome développée par http://metapiece.com, et sa fonction principale est "Metapiece lets you use any webpage as the background layer to create your graffiti and show your artwork on top of the webpage.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Metapiece
Téléchargez les fichiers d'extension Metapiece au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hacphobnbijbgfbobiicgoncnhcpfiim |
URL Officiel | https://chrome.google.com/webstore/detail/metapiece/hacphobnbijbgfbobiicgoncnhcpfiim |
Description | Metapiece lets you use any webpage as the background layer to create your graffiti and show your artwork on top of the webpage. |
Taille du Fichier | 492 KB |
Nombre d'Installations | 32 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-06-09 |
Date de Publication | 2021-06-03 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | http://metapiece.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://metapiece.com |
URL de la Page d'Aide | https://support.metapiece.com |
Langues Prises en Charge | 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": [] } ] } |