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.
擴展基本資訊
名稱 | WaifuChain |
ID | injlalemmnakihphncnhbdckncjbcaac |
官方網址 | 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" ] } |