知乎助手
1、一键批量取消知乎关注的问题 2、一键批量取消知乎中自己主页动态下的点赞,高效解决知乎的某几个痛点
Wat is 知乎助手?
知乎助手 is een Chrome-extensie ontwikkeld door dzm1846907072, en de belangrijkste functie is "1、一键批量取消知乎关注的问题 2、一键批量取消知乎中自己主页动态下的点赞,高效解决知乎的某几个痛点".
Extensie Screenshots
Download het CRX-bestand van de extensie 知乎助手
Download 知乎助手-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        高效解决知乎的某几个痛点, 在知乎登录后,点击插件上的按钮可以去到知乎对应页面,并进行以下功能
1、一键批量取消知乎关注的问题
2、一键批量取消知乎中自己主页动态下的点赞                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ckpplmipehomjohdadfkhncgfbalppfn | 
| Officiële URL | https://chromewebstore.google.com/detail/%E7%9F%A5%E4%B9%8E%E5%8A%A9%E6%89%8B/ckpplmipehomjohdadfkhncgfbalppfn | 
| Beschrijving | 1、一键批量取消知乎关注的问题 2、一键批量取消知乎中自己主页动态下的点赞,高效解决知乎的某几个痛点 | 
| Bestandsgrootte | 607 KB | 
| Aantal Installaties | 56 | 
| Huidige Versie | 0.0.2 | 
| Laatst Bijgewerkt | 2023-08-10 | 
| Publicatiedatum | 2023-08-09 | 
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen | 
| Ontwikkelaar | dzm1846907072 | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    ]
}  |  |