Click Count Extension
This extension will allow you count your CPS and much more !
Click Count Extensionとは何ですか?
Click Count ExtensionはLouis-Chalres Bironによって開発されたChromeの拡張機能で、その主な機能は「This extension will allow you count your CPS and much more !」です。
拡張機能のスクリーンショット
Click Count Extension拡張機能のCRXファイルをダウンロード
Click Count Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is my first extension on chrome, so basically, it lets you know how many times you can click in a certain amount of time and at the end, you get your CPS (Clicks per seconds) and how many times you clicked. There are also other options like "hide clicks" which hide the click counter from the user so they can only know their score at the end. Furthermore, there is a little objective system letting you put in a click goal to hit. That is pretty much it for this small extension who, however, will entertain in addition to inform you about your CPS
拡張機能の基本情報
名前 | Click Count Extension |
ID | imhndjihcbjenabkdjblnkpgkoiccpil |
公式URL | https://chromewebstore.google.com/detail/click-count-extension/imhndjihcbjenabkdjblnkpgkoiccpil |
説明 | This extension will allow you count your CPS and much more ! |
ファイルサイズ | 6.16 KB |
インストール数 | 269 |
現在のバージョン | 1.0 |
最終更新日 | 2021-06-28 |
公開日 | 2021-06-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Louis-Chalres Biron |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Click Count Extension", "description": "This extension will allow you count your CPS and much more !", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |