WaifuChain
Display waifus associated with social media profiles
Wat is WaifuChain?
WaifuChain is een Chrome-extensie ontwikkeld door corollari, en de belangrijkste functie is "Display waifus associated with social media profiles".
Extensie Screenshots
Download het CRX-bestand van de extensie WaifuChain
Download WaifuChain-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | injlalemmnakihphncnhbdckncjbcaac |
| Officiële URL | https://chromewebstore.google.com/detail/waifuchain/injlalemmnakihphncnhbdckncjbcaac |
| Beschrijving | Display waifus associated with social media profiles |
| Bestandsgrootte | 1.55 MB |
| Aantal Installaties | 191 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2019-03-24 |
| Publicatiedatum | 2019-03-23 |
| Ontwikkelaar | corollari |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://waifuchain.moe |
| Ondersteunde Talen | 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"
]
} | |