Better Zhihu

更好的知乎

What is Better Zhihu?

Better Zhihu is a Chrome extension developed by nevermorepromise, and its main feature is "更好的知乎".

Extension Screenshots

screenshot
screenshot

Download Better Zhihu Extension CRX File

Download Better Zhihu 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

                        帮助你更好的享受知乎

功能: 
    1: 批量拉黑给某个问题点赞同的用户
    2: 批量拉黑某个人的关注者

提示:
    1: 使用前要到设置界面资磁用户协议
    2: 拉黑间隔不宜设置太短以免被知乎封号
    3: 拉黑功能只有在 https://www.zhihu.com/question/* 和 https://www.zhihu.com/people/* 下可以使用

修复:
    1: 修正了当用户没有性别的时候无法显示药丸按钮的bug*                    

Extension Basic Information

Name Better Zhihu Better Zhihu
ID nfaknoeglpiidfknogmencahjhhbcfpe
Official URL https://chromewebstore.google.com/detail/better-zhihu/nfaknoeglpiidfknogmencahjhhbcfpe
Description 更好的知乎
File Size 25.04 KB
Installation Count 390
Current Version 1.2.1
Last Updated 2017-06-02
Publish Date 2017-06-01
Rating 4.69/5 Total 16 Ratings
Developer nevermorepromise
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Zhihu",
    "version": "1.2.1",
    "description": "\u66f4\u597d\u7684\u77e5\u4e4e",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.zhihu.com\/question\/*"
            ],
            "js": [
                "zepto.min.js",
                "better_zhihu_question.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.zhihu.com\/people\/*"
            ],
            "js": [
                "zepto.min.js",
                "better_zhihu_people.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}