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. Основная информация о расширении
| Название | |
| 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"
]
} | |