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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |