知乎助手

1、一键批量取消知乎关注的问题 2、一键批量取消知乎中自己主页动态下的点赞,高效解决知乎的某几个痛点

What is 知乎助手?

知乎助手 is a Chrome extension developed by dzm1846907072, and its main feature is "1、一键批量取消知乎关注的问题 2、一键批量取消知乎中自己主页动态下的点赞,高效解决知乎的某几个痛点".

Extension Screenshots

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

                        高效解决知乎的某几个痛点, 在知乎登录后,点击插件上的按钮可以去到知乎对应页面,并进行以下功能
1、一键批量取消知乎关注的问题
2、一键批量取消知乎中自己主页动态下的点赞                    

Extension Basic Information

Name 知乎助手 知乎助手
ID ckpplmipehomjohdadfkhncgfbalppfn
Official URL https://chromewebstore.google.com/detail/%E7%9F%A5%E4%B9%8E%E5%8A%A9%E6%89%8B/ckpplmipehomjohdadfkhncgfbalppfn
Description 1、一键批量取消知乎关注的问题 2、一键批量取消知乎中自己主页动态下的点赞,高效解决知乎的某几个痛点
File Size 607 KB
Installation Count 56
Current Version 0.0.2
Last Updated 2023-08-10
Publish Date 2023-08-09
Rating 5.00/5 Total 5 Ratings
Developer dzm1846907072
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u77e5\u4e4e\u52a9\u624b",
    "description": "1\u3001\u4e00\u952e\u6279\u91cf\u53d6\u6d88\u77e5\u4e4e\u5173\u6ce8\u7684\u95ee\u9898 2\u3001\u4e00\u952e\u6279\u91cf\u53d6\u6d88\u77e5\u4e4e\u4e2d\u81ea\u5df1\u4e3b\u9875\u52a8\u6001\u4e0b\u7684\u70b9\u8d5e\uff0c\u9ad8\u6548\u89e3\u51b3\u77e5\u4e4e\u7684\u67d0\u51e0\u4e2a\u75db\u70b9",
    "version": "0.0.2",
    "manifest_version": 3,
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "action": {
        "default_icon": {
            "16": "static\/img\/icon16.png",
            "19": "static\/img\/icon16.png",
            "38": "static\/img\/icon48.png",
            "48": "static\/img\/icon48.png",
            "128": "static\/img\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.main.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.zhihu.com\/*"
            ],
            "css": [],
            "js": [
                "content.main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/www.zhihu.com\/*"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ]
}