V2Ext

V2EX 社区功能增强扩展

What is V2Ext?

V2Ext is a Chrome extension developed by tor.browser.bridge, and its main feature is "V2EX 社区功能增强扩展".

Extension Screenshots

screenshot
screenshot
screenshot

Download V2Ext Extension CRX File

Download V2Ext 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.COM 网站体验提升扩展,目前支持功能:

1. 只看楼主
2. 用户名片
3. 自定义搜索引擎
4. 自定义楼主回复背景色

更多功能持续开发中...                    

Extension Basic Information

Name V2Ext V2Ext
ID aamjmpccfjcdkigomkahmlpnnhpcjpko
Official URL https://chromewebstore.google.com/detail/v2ext/aamjmpccfjcdkigomkahmlpnnhpcjpko
Description V2EX 社区功能增强扩展
File Size 145 KB
Installation Count 26
Current Version 1.0.4
Last Updated 2021-02-09
Publish Date 2018-07-11
Rating 5.00/5 Total 3 Ratings
Developer tor.browser.bridge
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "V2Ext",
    "description": "V2EX \u793e\u533a\u529f\u80fd\u589e\u5f3a\u6269\u5c55",
    "version": "1.0.4",
    "icons": {
        "16": "assets\/images\/icon_16.png",
        "48": "assets\/images\/icon_48.png",
        "128": "assets\/images\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "assets\/scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon_16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.v2ex.com\/*",
                "*:\/\/v2ex.com\/*"
            ],
            "js": [
                "assets\/scripts\/jquery-3.1.1.min.js",
                "assets\/scripts\/main.js"
            ],
            "css": [
                "assets\/styles\/main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/images\/*.png",
        "assets\/scripts\/se\/*.js"
    ]
}