CPS Test
This extension is a very basic test which calculates the number of clicks you can produce in a certain period of time.
ما هو CPS Test؟
CPS Test هو إضافة Chrome تم تطويرها بواسطة sherlingjack، والميزة الرئيسية لها هي "This extension is a very basic test which calculates the number of clicks you can produce in a certain period of time.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CPS Test
قم بتنزيل ملفات الامتداد CPS Test بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is a very basic test which calculates the number of clicks you can produce in a certain period of time. معلومات أساسية عن التمديد
| الاسم | |
| ID | aphphgiefmjmofabjffjdbhgiomkocil |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/cps-test/aphphgiefmjmofabjffjdbhgiomkocil |
| الوصف | This extension is a very basic test which calculates the number of clicks you can produce in a certain period of time. |
| حجم الملف | 5.81 KB |
| عدد التثبيتات | 4,456 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2021-05-31 |
| تاريخ النشر | 2020-05-08 |
| تقييم | 4.17/5 مجموع تقييمات 6 |
| المطور | sherlingjack |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CPS Test",
"version": "1.2",
"manifest_version": 2,
"icons": {
"128": "cursor.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "CPS Test"
}
} | |