Better Zhihu
更好的知乎
Better Zhihuとは何ですか?
Better Zhihuはnevermorepromiseによって開発されたChromeの拡張機能で、その主な機能は「更好的知乎」です。
拡張機能のスクリーンショット
Better Zhihu拡張機能のCRXファイルをダウンロード
Better Zhihu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
帮助你更好的享受知乎 功能: 1: 批量拉黑给某个问题点赞同的用户 2: 批量拉黑某个人的关注者 提示: 1: 使用前要到设置界面资磁用户协议 2: 拉黑间隔不宜设置太短以免被知乎封号 3: 拉黑功能只有在 https://www.zhihu.com/question/* 和 https://www.zhihu.com/people/* 下可以使用 修复: 1: 修正了当用户没有性别的时候无法显示药丸按钮的bug*
拡張機能の基本情報
名前 | Better Zhihu |
ID | nfaknoeglpiidfknogmencahjhhbcfpe |
公式URL | https://chromewebstore.google.com/detail/better-zhihu/nfaknoeglpiidfknogmencahjhhbcfpe |
説明 | 更好的知乎 |
ファイルサイズ | 25.04 KB |
インストール数 | 390 |
現在のバージョン | 1.2.1 |
最終更新日 | 2017-06-02 |
公開日 | 2017-06-01 |
評価 | 4.69/5 合計 16 レビュー |
開発者 | nevermorepromise |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |