摸鱼派聊天室

摸鱼派聊天室插件

Qu'est-ce que 摸鱼派聊天室 ?

摸鱼派聊天室 est une extension Chrome développée par 不语, et sa fonction principale est "摸鱼派聊天室插件".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 摸鱼派聊天室

Téléchargez les fichiers d'extension 摸鱼派聊天室 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        基于摸鱼打工人社区——[摸鱼派]开放 API 开发的聊天室扩展。
1. 基本聊天吹水
2. 领取积分红包
3. 在网页中以弹幕样式展示消息
4. 在控制台(F12)中显示聊天信息

功能说明:
- 每日签到自动领取昨日活跃奖励
- 默认会自动+1用户消息
- 右击消息可以@用户、引用消息、+1消息、收藏表情
- 点击图片,可以在网页中以大图方式展示。ctrl + 左击链接:可以打开链接
- 点击头像-设置,可以开启弹幕消息,设置黑名单、特别关心                    

Informations de Base sur l'Extension

Nom 摸鱼派聊天室 摸鱼派聊天室
ID fkaomdjjdbglkbcmfhhlioejkpacbbpe
URL Officiel https://chromewebstore.google.com/detail/%E6%91%B8%E9%B1%BC%E6%B4%BE%E8%81%8A%E5%A4%A9%E5%AE%A4/fkaomdjjdbglkbcmfhhlioejkpacbbpe
Description 摸鱼派聊天室插件
Taille du Fichier 1.29 MB
Nombre d'Installations 97
Version Actuelle 1.1.20
Dernière Mise à Jour 2023-12-14
Date de Publication 2021-12-26
Développeur 不语
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fishpi.cn/
URL de la Page d'Aide https://github.com/Lemon-cxh/pwl-chat-extension
URL de la Page de Politique de Confidentialité https://sites.google.com/view/fishpi
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/github.com\/Lemon-cxh\/pwl-chat-extension",
    "description": "\u6478\u9c7c\u6d3e\u804a\u5929\u5ba4\u63d2\u4ef6",
    "default_locale": "zh_CN",
    "permissions": [
        "background",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/128.png",
        "48": "icons\/128.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/128.png",
            "38": "icons\/128.png"
        }
    },
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "version": "1.1.20",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}