WaifuChain
Display waifus associated with social media profiles
Cos'è WaifuChain?
WaifuChain è un'estensione di Chrome sviluppata da corollari, e la sua funzione principale è "Display waifus associated with social media profiles".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WaifuChain
Scarica i file di estensione WaifuChain in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | WaifuChain |
ID | injlalemmnakihphncnhbdckncjbcaac |
URL Ufficiale | https://chromewebstore.google.com/detail/waifuchain/injlalemmnakihphncnhbdckncjbcaac |
Descrizione | Display waifus associated with social media profiles |
Dimensione del File | 1.55 MB |
Conteggio Installazioni | 191 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2019-03-24 |
Data di Pubblicazione | 2019-03-23 |
Sviluppatore | corollari |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://waifuchain.moe |
Lingue Supportate | 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" ] } |