知乎去除登录提示
去掉烦人的知乎登录弹窗,适配所有zhihu.com子域名
What is 知乎去除登录提示?
知乎去除登录提示 is a Chrome extension developed by heizhu, and its main feature is "去掉烦人的知乎登录弹窗,适配所有zhihu.com子域名".
Extension Screenshots
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 | ilhbaagckdnmdkffkcjfmofndchnnabn |
Official URL | https://chromewebstore.google.com/detail/%E7%9F%A5%E4%B9%8E%E5%8E%BB%E9%99%A4%E7%99%BB%E5%BD%95%E6%8F%90%E7%A4%BA/ilhbaagckdnmdkffkcjfmofndchnnabn |
Description | 去掉烦人的知乎登录弹窗,适配所有zhihu.com子域名 |
File Size | 13.83 KB |
Installation Count | 273 |
Current Version | 1.0.0 |
Last Updated | 2023-02-15 |
Publish Date | 2023-02-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | heizhu |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "heizhu", "manifest_version": 3, "name": "\u77e5\u4e4e\u53bb\u9664\u767b\u5f55\u63d0\u793a", "version": "1.0.0", "description": "\u53bb\u6389\u70e6\u4eba\u7684\u77e5\u4e4e\u767b\u5f55\u5f39\u7a97,\u9002\u914d\u6240\u6709zhihu.com\u5b50\u57df\u540d", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/*.zhihu.com\/*", "http:\/\/*.zhihu.com\/*" ], "run_at": "document_end" } ] } |