V2EX Polish

专为 V2EX 用户设计,提供了丰富的扩展功能。

What is V2EX Polish?

V2EX Polish is a Chrome extension developed by https://v2p.app, and its main feature is "专为 V2EX 用户设计,提供了丰富的扩展功能。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download V2EX Polish Extension CRX File

Download V2EX Polish 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

                        为原网站添加了众多便捷的功能,让你的 V2EX 页面焕然一新 !

――――――

◉ 扩展功能

🪄 界面美化
UI 设计更现代化,为你带来愉悦的视觉体验。

📥 评论回复嵌套层级
主题下的评论回复支持层级展示,更轻松地跟踪和回复其他用户的评论。

🔥 热门回复展示
自动筛选出最受欢迎的回复,第一时间了解热评。

😀 表情回复支持
评论输入框可以选择表情,让回复更加生动和有趣。

📃 长回复优化
智能折叠长篇回复,一键展开查看完整内容。

📰 内置主题列表
无需打开网页,插件内即可快速获取最热、最新的主题列表和消息通知。

更多实用功能:

⊙ 便捷回复操作:上传图片、预览回复内容、文字转 Base64。
⊙ 添加用户信息卡片,快捷查看用户信息。
⊙ 右键菜单扩展:支持解析页面中 Base64 编码内容。
⊙ 在主题列表中即可预览内容,无需再进入主题页面。
⊙ 翻页后自动跳转到回复区。
⊙ 自动领取每日签到奖励。
⊙ 用户标签设置,快速标记各类用户。
⊙ 支持备份个人配置,方便跨设备、跨脚本同步配。
⊙ 支持自动跟随系统切换浅色/深色主题。
⊙ 支持 SOV2EX 作为搜索选项。
⊙ 支持预加载多页回复,让嵌套回复更完美。
⊙ “稍后阅读”功能:添加感兴趣的主题,方便日后浏览。
⊙ 支持水平分区展示主题内容。

――――――

◉ 更多信息

⊙ 代码开源,在 GitHub 中查看:https://github.com/coolpace/V2EX_Polish
⊙ 任何想法、新功能需求?在此反馈:https://github.com/coolpace/V2EX_Polish/discussions/1
⊙ 浏览我们的主页,发现更多:👉 https://v2p.app 👈

――――――

喜欢我们的扩展吗?请在应用商店给我们好评!🥰                    

Extension Basic Information

Name V2EX Polish V2EX Polish
ID onnepejgdiojhiflfoemillegpgpabdm
Official URL https://chromewebstore.google.com/detail/v2ex-polish/onnepejgdiojhiflfoemillegpgpabdm
Description 专为 V2EX 用户设计,提供了丰富的扩展功能。
File Size 155 KB
Installation Count 13,708
Current Version 1.9.14
Last Updated 2024-02-17
Publish Date 2023-03-01
Rating 4.63/5 Total 57 Ratings
Developer https://v2p.app
Email [email protected]
Payment Type free
Extension Website https://v2p.app
Help Page URL https://v2p.app
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "V2EX Polish",
    "version": "1.9.14",
    "description": "\u4e13\u4e3a V2EX \u7528\u6237\u8bbe\u8ba1\uff0c\u63d0\u4f9b\u4e86\u4e30\u5bcc\u7684\u6269\u5c55\u529f\u80fd\u3002",
    "permissions": [
        "scripting",
        "contextMenus",
        "storage",
        "alarms",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/v2ex.com\/*",
        "https:\/\/www.v2ex.com\/*",
        "https:\/\/cn.v2ex.com\/*",
        "https:\/\/global.v2ex.com\/*",
        "https:\/\/fast.v2ex.com\/*",
        "https:\/\/hk.v2ex.com\/*",
        "https:\/\/s.v2ex.com\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/v2ex.com\/*",
                "https:\/\/www.v2ex.com\/*",
                "https:\/\/cn.v2ex.com\/*",
                "https:\/\/global.v2ex.com\/*",
                "https:\/\/fast.v2ex.com\/*",
                "https:\/\/hk.v2ex.com\/*",
                "https:\/\/s.v2ex.com\/*"
            ],
            "css": [
                "css\/v2ex-theme-var.css",
                "css\/v2ex-theme-default.css",
                "css\/v2ex-theme-mobile.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/v2ex.com\/*",
                "https:\/\/www.v2ex.com\/*",
                "https:\/\/cn.v2ex.com\/*",
                "https:\/\/global.v2ex.com\/*",
                "https:\/\/fast.v2ex.com\/*",
                "https:\/\/hk.v2ex.com\/*",
                "https:\/\/s.v2ex.com\/*"
            ],
            "js": [
                "scripts\/polyfill.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/v2ex.com\/*",
                "https:\/\/www.v2ex.com\/*",
                "https:\/\/cn.v2ex.com\/*",
                "https:\/\/global.v2ex.com\/*",
                "https:\/\/fast.v2ex.com\/*",
                "https:\/\/hk.v2ex.com\/*",
                "https:\/\/s.v2ex.com\/*"
            ],
            "css": [
                "css\/v2ex-effect.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/common.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/v2ex.com\/*",
                "https:\/\/www.v2ex.com\/*",
                "https:\/\/cn.v2ex.com\/*",
                "https:\/\/global.v2ex.com\/*",
                "https:\/\/fast.v2ex.com\/*",
                "https:\/\/hk.v2ex.com\/*",
                "https:\/\/s.v2ex.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/t\/*",
                "*:\/\/*\/notes\/*",
                "*:\/\/*\/settings",
                "*:\/\/*\/write"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/v2ex-home.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/v2ex.com\/t\/*",
                "https:\/\/www.v2ex.com\/t\/*",
                "https:\/\/cn.v2ex.com\/t\/*",
                "https:\/\/global.v2ex.com\/t\/*",
                "https:\/\/fast.v2ex.com\/t\/*",
                "https:\/\/hk.v2ex.com\/t\/*",
                "https:\/\/s.v2ex.com\/t\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/v2ex-topic.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/v2ex.com\/write*",
                "https:\/\/www.v2ex.com\/write*",
                "https:\/\/cn.v2ex.com\/write*",
                "https:\/\/global.v2ex.com\/write\/*",
                "https:\/\/fast.v2ex.com\/write\/*",
                "https:\/\/hk.v2ex.com\/write\/*",
                "https:\/\/s.v2ex.com\/write\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/v2ex-write.min.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/v2ex.com\/*",
                "https:\/\/www.v2ex.com\/*",
                "https:\/\/cn.v2ex.com\/*",
                "https:\/\/global.v2ex.com\/*",
                "https:\/\/fast.v2ex.com\/*",
                "https:\/\/hk.v2ex.com\/*",
                "https:\/\/s.v2ex.com\/*"
            ],
            "js": [
                "scripts\/toggle-icon.min.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "scripts\/background.min.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/v2ex.com\/*",
                "https:\/\/www.v2ex.com\/*",
                "https:\/\/cn.v2ex.com\/*",
                "https:\/\/global.v2ex.com\/*",
                "https:\/\/fast.v2ex.com\/*",
                "https:\/\/hk.v2ex.com\/*",
                "https:\/\/s.v2ex.com\/*"
            ],
            "resources": [
                "scripts\/web_accessible_resources.min.js"
            ]
        }
    ],
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "V2EX Polish \u7528\u6237\u9762\u677f",
        "default_popup": "pages\/popup.html"
    }
}