WaifuChain
Display waifus associated with social media profiles
WaifuChainとは何ですか?
WaifuChainはcorollariによって開発されたChromeの拡張機能で、その主な機能は「Display waifus associated with social media profiles」です。
拡張機能のスクリーンショット
WaifuChain拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |