知乎免登录

自动清除知乎登录

What is 知乎免登录?

知乎免登录 is a Chrome extension developed by lenglengzailuguan, and its main feature is "自动清除知乎登录".

Extension Screenshots

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

                        本插件方便不想登录知乎,或者没有知乎账号的人直接查看知乎内容                    

Extension Basic Information

Name 知乎免登录 知乎免登录
ID kjknjmdihjpipdjhknpclenhhlplmoag
Official URL https://chromewebstore.google.com/detail/%E7%9F%A5%E4%B9%8E%E5%85%8D%E7%99%BB%E5%BD%95/kjknjmdihjpipdjhknpclenhhlplmoag
Description 自动清除知乎登录
File Size 42.14 KB
Installation Count 3,000
Current Version 1.1
Last Updated 2020-12-04
Publish Date 2020-12-02
Rating 4.33/5 Total 18 Ratings
Developer lenglengzailuguan
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": "\u77e5\u4e4e\u514d\u767b\u5f55",
    "version": "1.1",
    "description": "\u81ea\u52a8\u6e05\u9664\u77e5\u4e4e\u767b\u5f55",
    "author": "maybe",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.zhihu.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "inject.js"
    ],
    "permissions": [
        "https:\/\/www.zhihu.com\/*"
    ]
}