No More Chess Ratings
Hides ratings on most screens of chess.com
No More Chess Ratingsとは何ですか?
No More Chess RatingsはGeertenVinkによって開発されたChromeの拡張機能で、その主な機能は「Hides ratings on most screens of chess.com」です。
拡張機能のスクリーンショット
No More Chess Ratings拡張機能のCRXファイルをダウンロード
No More Chess Ratings拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a little plugin that injects a css stylesheet to hide ratings on chess.com. The only page I intentionally skipped was the "Full Stats" page for each type of game.
I found that I got a lot of stress out of knowing my rating progression, and the ratings of my opponents. I constantly felt I should be doing better when my rating was below its peak, and I felt a lot of pressure to beat lower rated opponents. In addition to that I felt a lot of frustration when I didn't manage to get my rating back up or when I lost to said lower rated opponents. So I fixed it by hiding the ratings everywhere.
I may update this plugin now and then if I feel like it, but there's absolutely no guarantee of continued support. 拡張機能の基本情報
| 名前 | |
| ID | pnpmdefecmmknipkkdbbikmbkjlbnjpc |
| 公式URL | https://chromewebstore.google.com/detail/no-more-chess-ratings/pnpmdefecmmknipkkdbbikmbkjlbnjpc |
| 説明 | Hides ratings on most screens of chess.com |
| ファイルサイズ | 30.38 KB |
| インストール数 | 445 |
| 現在のバージョン | 2.0 |
| 最終更新日 | 2023-08-18 |
| 公開日 | 2020-06-22 |
| 評価 | 5.00/5 合計 15 レビュー |
| 開発者 | GeertenVink |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "No More Chess Ratings",
"version": "2.0",
"description": "Hides ratings on most screens of chess.com",
"content_scripts": [
{
"matches": [
"https:\/\/www.chess.com\/*"
],
"css": [
"hideratings.css"
]
}
],
"host_permissions": [
"https:\/\/www.chess.com\/*"
],
"icons": {
"16": "NoMoreChessRatings16.png",
"32": "NoMoreChessRatings32.png",
"48": "NoMoreChessRatings48.png",
"128": "NoMoreChessRatings128.png"
},
"manifest_version": 3
} | |