WaifuChain
Display waifus associated with social media profiles
Τι είναι το WaifuChain;
Το WaifuChain είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον corollari, και η κύρια λειτουργία του είναι "Display waifus associated with social media profiles".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WaifuChain
Λήψη αρχείων επέκτασης WaifuChain σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Displays the waifus owned by the user, lets the user assign one of their waifus to a social media profile and shows the waifus associated with profiles on their pages. Having metamask installed is required for this extension to work.
Βασικές Πληροφορίες Επέκτασης
Όνομα | WaifuChain |
ID | injlalemmnakihphncnhbdckncjbcaac |
Επίσημο URL | https://chromewebstore.google.com/detail/waifuchain/injlalemmnakihphncnhbdckncjbcaac |
Περιγραφή | Display waifus associated with social media profiles |
Μέγεθος Αρχείου | 1.55 MB |
Αριθμός Εγκαταστάσεων | 191 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2019-03-24 |
Ημερομηνία Δημοσίευσης | 2019-03-23 |
Προγραμματιστής | corollari |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://waifuchain.moe |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WaifuChain", "version": "1.0.0", "description": "Display waifus associated with social media profiles", "manifest_version": 2, "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png" }, "default_title": "WaifuChain", "default_popup": "popup\/index.html" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "dist\/twitter.js" ], "css": [ "contentScripts\/twitter\/styles.css" ] } ], "permissions": [ "activeTab" ] } |