HN Blocklist
This extension allows you to block users on Hacker News.
HN Blocklistとは何ですか?
HN Blocklistはhttps://www.morgante.netによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to block users on Hacker News.」です。
拡張機能のスクリーンショット
HN Blocklist拡張機能のCRXファイルをダウンロード
HN Blocklist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
While Hacker News is in general a great community, sometimes certain users consistently rub you the wrong way. This extension allows you to avoid long arguments by blocking said users. Within comment threads, a new "block" button is added to block a user. Once blocked, all the user's comments are blocked across Hacker News for you. You can unblock users at any time. The blocklist is personal to you and not shared with other users. Blocking applies only to comments, not submissions.
拡張機能の基本情報
名前 | HN Blocklist |
ID | cgphkkepnnepcjnjgboihccobkjoecoc |
公式URL | https://chromewebstore.google.com/detail/hn-blocklist/cgphkkepnnepcjnjgboihccobkjoecoc |
説明 | This extension allows you to block users on Hacker News. |
ファイルサイズ | 22.6 KB |
インストール数 | 79 |
現在のバージョン | 0.0.1 |
最終更新日 | 2015-08-04 |
公開日 | 2015-08-03 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://www.morgante.net |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/morgante/hn_blocklist |
ヘルプページのURL | https://github.com/morgante/hn_blocklist |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HN Blocklist", "version": "0.0.1", "manifest_version": 2, "description": "This extension allows you to block users on Hacker News.", "homepage_url": "https:\/\/github.com\/morgante\/hn_blocklist", "permissions": [ "storage", "http:\/\/news.ycombinator.com\/*", "https:\/\/news.ycombinator.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/news.ycombinator.com\/*", "https:\/\/news.ycombinator.com\/*" ], "js": [ "src\/inject.js" ], "run_at": "document_idle" } ], "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png" } } |