pfp.live
Your Profile NFT permeates into WEB2 platforms
Τι είναι το pfp.live;
Το pfp.live είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pfp.live, και η κύρια λειτουργία του είναι "Your Profile NFT permeates into WEB2 platforms".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης pfp.live
Λήψη αρχείων επέκτασης pfp.live σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
PFP-centered web-metaverse, beyond a membership Your NFT stays only on the blockchain and opensea, and was limited PROFILE until PFP.live appears. Till the complete diversion to the WEB3 world, your PFP can meet your daily use on social media through this unique application. Realize all the fun you can do on the web with PFP through PFP.Live! Realize your metaverse identity in the web2 space, and experience the next generation of PFP-based social media. By installing this application, you can take advantage of the features below. 1️⃣ Support the process of verifying that you own your PFP on the blockchain. Through this, you obtain the PFP owner certification mark and are granted the right to use related services. 2️⃣ In many WEB2 platform services that do not support your PFP, you can change your profile avatar to your PFP through PFP.live. Also, you can naturally meet many WEB3 friends on the PFP.live throughout various web2 social media platforms. 3️⃣ PFP Live helps NFT projects function as more than just a collection but as a close community. Share your experiences on which platforms the same collection users are currently using. Collection users can communicate with each other while watching the same content in real-time. For example, if you are a BAYC holder, meet a friend watching YouTube right now among other BAYC collection holders. Express your emotions and continue to communicate through Twitter. Share your contents consuming experiences with BAYC holders, and connect with a stronger community! 4️⃣ Every time you browse, you can change loading screen to your precious PFP now!! Complete your own unique browsing experience by setting various transition animations using PFP. 5️⃣ A variety of social web metaverses features in which PFP permeates into WEB2 Anything you can do with Your NFT profile on WEB2 platforms
Βασικές Πληροφορίες Επέκτασης
Όνομα | pfp.live |
ID | gafjpimcgmcemblekblimmnpaeaoihmb |
Επίσημο URL | https://chromewebstore.google.com/detail/pfplive/gafjpimcgmcemblekblimmnpaeaoihmb |
Περιγραφή | Your Profile NFT permeates into WEB2 platforms |
Μέγεθος Αρχείου | 489 KB |
Αριθμός Εγκαταστάσεων | 38 |
Τρέχουσα Έκδοση | 1.1.13 |
Τελευταία Ενημέρωση | 2022-10-21 |
Ημερομηνία Δημοσίευσης | 2022-10-10 |
Αξιολόγηση | 5.00/5 Συνολικά 64 Αξιολογήσεις |
Προγραμματιστής | https://pfp.live |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://pfp.live |
Διεύθυνση URL της Σελίδας Βοήθειας | https://pfp.live |
URL της Σελίδας Πολιτικής Απορρήτου | https://pfp.live/static/terms/privacy_policy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "pfp.live", "version": "1.1.13", "description": "Your Profile NFT permeates into WEB2 platforms", "icons": { "16": "assets\/icons\/icon.png", "48": "assets\/icons\/icon.png", "128": "assets\/icons\/icon.png" }, "action": { "default_icon": "assets\/icons\/icon.png", "default_popup": "popup\/index.html", "default_title": "pfp.live" }, "content_scripts": [ { "js": [ "content\/index.js" ], "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/youtube.com\/*", "*:\/\/www.reddit.com\/*", "*:\/\/reddit.com\/*", "*:\/\/www.facebook.com\/*", "*:\/\/facebook.com\/*", "*:\/\/www.twitter.com\/*", "*:\/\/twitter.com\/*", "*:\/\/www.twitch.tv\/*", "*:\/\/twitch.tv\/*", "*:\/\/www.medium.com\/*", "*:\/\/medium.com\/*", "*:\/\/www.linkedIn.com\/*", "*:\/\/linkedIn.com\/*", "*:\/\/www.google.com\/*", "*:\/\/google.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/youtube.com\/*", "*:\/\/www.reddit.com\/*", "*:\/\/reddit.com\/*", "*:\/\/www.facebook.com\/*", "*:\/\/facebook.com\/*", "*:\/\/www.twitter.com\/*", "*:\/\/twitter.com\/*", "*:\/\/www.twitch.tv\/*", "*:\/\/twitch.tv\/*", "*:\/\/www.medium.com\/*", "*:\/\/medium.com\/*", "*:\/\/www.linkedIn.com\/*", "*:\/\/linkedIn.com\/*", "*:\/\/www.google.com\/*", "*:\/\/google.com\/*" ] } ], "background": { "service_worker": "background\/index.js" }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/pfp.live\/*", "https:\/\/www.pfp.live\/*" ], "externally_connectable": { "ids": [ "gafjpimcgmcemblekblimmnpaeaoihmb" ], "matches": [ "https:\/\/pfp.live\/*", "https:\/\/www.pfp.live\/*", "https:\/\/*.youtube.com\/*", "https:\/\/*.facebook.com\/*", "https:\/\/*.medium.com\/*", "https:\/\/*.reddit.com\/*", "https:\/\/*.twitch.com\/*", "https:\/\/*.twitter.com\/*" ] } } |