摸鱼派聊天室

摸鱼派聊天室插件

What is 摸鱼派聊天室?

摸鱼派聊天室 is a Chrome extension developed by 不语, and its main feature is "摸鱼派聊天室插件".

Extension Screenshots

screenshot
screenshot
screenshot

Download 摸鱼派聊天室 Extension CRX File

Download 摸鱼派聊天室 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name 摸鱼派聊天室 摸鱼派聊天室
ID fkaomdjjdbglkbcmfhhlioejkpacbbpe
Official URL 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 摸鱼派聊天室插件
File Size 1.29 MB
Installation Count 97
Current Version 1.1.20
Last Updated 2023-12-14
Publish Date 2021-12-26
Developer 不语
Email [email protected]
Payment Type free
Extension Website https://fishpi.cn/
Help Page URL https://github.com/Lemon-cxh/pwl-chat-extension
Privacy Policy Page URL https://sites.google.com/view/fishpi
Supported Languages 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'"
}