Soul++

提升魂+论坛的使用体验

Soul++ là gì?

Soul++ là một tiện ích mở rộng Chrome được phát triển bởi tylerdurdenchy, và tính năng chính của nó là "提升魂+论坛的使用体验".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Soul++

Tải xuống các tệp mở rộng Soul++ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        为解决魂+论坛使用体验痛点而生的开源插件
安装后将可使用以下功能
## 功能
- 免刷新
  - [X] 购买免刷新
  - [X] 回复免刷新
- 无缝加载
  - [X] 无缝加载板块帖子列表
  - [X] 无缝加载贴内楼层列表
  - [X] 无缝加载搜索页结果
  - [X] 无缝加载图墙模式帖子
  - [X] 无缝加载用户资料帖子
- SFW 安全模式
  - [X] 折叠贴内图片
  - [X] 按需加载图片
  - [X] 替换用户头像
  - [X] 折叠版块公告大图
- 其它
  - [X] 暗黑模式
  - [X] 开启Mark++
  - [X] 自动领取和完成论坛任务
  - [X] 标记已阅读过的帖子
  - [X] 给[回复第X楼/引用第X楼]增加跳转到该楼层的链接
  - [X] 折叠网赚区搜索结果
  - [X] 百度网盘链接失效检测
  - [X] 编辑器下方增加外部图床 [ 可通过 拖放/选取/粘贴 3种方式上传 ]
  - [X] 默认勾选"新回复站内通知
  - [X] 域名跳转
  - [X] 强制使用桌面版

- 页面增强
  - 在[点击进入图墙模式]旁边增加了"在该版块默认打开图墙模式"复选框                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Soul++ Soul++
ID bleoonmhjmcnoflcfnlgfondalejbacp
URL Chính Thức https://chromewebstore.google.com/detail/soul++/bleoonmhjmcnoflcfnlgfondalejbacp
Mô tả 提升魂+论坛的使用体验
Kích Thước Tệp 528 KB
Số Lần Cài Đặt 5,062
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2023-03-03
Ngày Phát Hành 2022-04-20
Đánh Giá 4.88/5 Tổng số 24 Đánh Giá
Nhà Phát Triển tylerdurdenchy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/FetchTheMoon/soul-plus-plus-chrome-extension
URL Trang Trợ Giúp https://github.com/FetchTheMoon/soul-plus-plus-chrome-extension
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Soul++",
    "description": "\u63d0\u5347\u9b42+\u8bba\u575b\u7684\u4f7f\u7528\u4f53\u9a8c",
    "version": "1.0.7",
    "manifest_version": 3,
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.spring-plus.net\/*",
                "https:\/\/*.summer-plus.net\/*",
                "https:\/\/*.soul-plus.net\/*",
                "https:\/\/*.south-plus.net\/*",
                "https:\/\/*.north-plus.net\/*",
                "https:\/\/*.snow-plus.net\/*",
                "https:\/\/*.level-plus.net\/*",
                "https:\/\/*.white-plus.net\/*",
                "https:\/\/*.imoutolove.me\/*",
                "https:\/\/*.south-plus.org\/*",
                "https:\/\/*.east-plus.net\/*",
                "https:\/\/*.blue-plus.net\/*",
                "https:\/\/spring-plus.net\/*",
                "https:\/\/summer-plus.net\/*",
                "https:\/\/soul-plus.net\/*",
                "https:\/\/south-plus.net\/*",
                "https:\/\/north-plus.net\/*",
                "https:\/\/level-plus.net\/*",
                "https:\/\/white-plus.net\/*",
                "https:\/\/imoutolove.me\/*",
                "https:\/\/south-plus.org\/*",
                "https:\/\/snow-plus.net\/*",
                "https:\/\/east-plus.net\/*",
                "https:\/\/blue-plus.net\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "64": "icon\/64.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/pan.baidu.com\/*",
        "https:\/\/freeimage.host\/"
    ]
}