Better WCA Profile
Adds more stuff to your WCA profile!
Better WCA Profileとは何ですか?
Better WCA ProfileはPiotr Olszewskiによって開発されたChromeの拡張機能で、その主な機能は「Adds more stuff to your WCA profile!」です。
拡張機能のスクリーンショット
Better WCA Profile拡張機能のCRXファイルをダウンロード
Better WCA Profile拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Additions to your WCA profile include: - Rolling averages - Comparing yourself to others (visit their profile if you're logged on) - Age of PR's (hover over them)
拡張機能の基本情報
名前 | Better WCA Profile |
ID | danpoknbopmfehihibdjipffjeagaelk |
公式URL | https://chromewebstore.google.com/detail/better-wca-profile/danpoknbopmfehihibdjipffjeagaelk |
説明 | Adds more stuff to your WCA profile! |
ファイルサイズ | 38.62 KB |
インストール数 | 115 |
現在のバージョン | 1.3 |
最終更新日 | 2024-02-05 |
公開日 | 2022-03-15 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Piotr Olszewski |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better WCA Profile", "version": "1.3", "description": "Adds more stuff to your WCA profile!", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.worldcubeassociation.org\/persons\/*", "http:\/\/www.worldcubeassociation.org\/persons\/*" ], "run_at": "document_end", "js": [ "jquery.js", "online_detector.js" ] }, { "matches": [ "https:\/\/www.worldcubeassociation.org\/persons\/*", "http:\/\/www.worldcubeassociation.org\/persons\/*" ], "run_at": "document_end", "js": [ "jquery.js", "rolling_averages.js" ] }, { "matches": [ "https:\/\/www.worldcubeassociation.org\/persons\/*", "http:\/\/www.worldcubeassociation.org\/persons\/*" ], "run_at": "document_end", "js": [ "jquery.js", "age_of_pbs.js" ] } ] } |