Click Count Extension

This extension will allow you count your CPS and much more !

ما هو Click Count Extension؟

Click Count Extension هو إضافة Chrome تم تطويرها بواسطة Louis-Chalres Biron، والميزة الرئيسية لها هي "This extension will allow you count your CPS and much more !".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Click Count Extension

قم بتنزيل ملفات الامتداد Click Count Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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"
    }
}