CbtCognitiveBehavioralTherapy.com

CbtCognitiveBehavioralTherapy.com extension of chrome extension that notify the users of time spent on this site.

ما هو CbtCognitiveBehavioralTherapy.com؟

CbtCognitiveBehavioralTherapy.com هو إضافة Chrome تم تطويرها بواسطة aq46sw، والميزة الرئيسية لها هي "CbtCognitiveBehavioralTherapy.com extension of chrome extension that notify the users of time spent on this site.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة CbtCognitiveBehavioralTherapy.com

قم بتنزيل ملفات الامتداد CbtCognitiveBehavioralTherapy.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Shows total time spent every 10 seconds spent on CbtCognitiveBehavioralTherapy.com
You can find information about cognitive behavioral therapy and other psychotherapy methods on our website. Detailed information about our website is given below.

You can find the following tools prepared for readers on the website prepared by 6 psychology students from different countries.

Worksheets
Application techniques
Course and training analysis
Psychotherapist lists
General information about mental illnesses and psychotherapy treatment methods
Famous Psychologists & Theories
Acceptance and Commitment Therapy
Art Therapy
Child and Adolescent Psychology
Depression
Eclectic Therapy
EMDR Therapy
Famous Psychologists & Theories
Hypnotherapy
Metacognitive Therapy
Mindfulness
Neuropsychiatry
Psychotherapy Book Reviews
Schema Therapy

Allow notification:
User activity, For example: network monitoring, number of clicks, mouse position, scrolling or keystroke recording
Site permission information:
https://www.cbtcognitivebehavioraltherapy.com/privacy-policy/                    

معلومات أساسية عن التمديد

الاسم CbtCognitiveBehavioralTherapy.com CbtCognitiveBehavioralTherapy.com
ID infimccbgaohjkejnnjkojamnhkfmoio
عنوان URL الرسمي https://chromewebstore.google.com/detail/cbtcognitivebehavioralthe/infimccbgaohjkejnnjkojamnhkfmoio
الوصف CbtCognitiveBehavioralTherapy.com extension of chrome extension that notify the users of time spent on this site.
حجم الملف 27.69 KB
عدد التثبيتات 26
النسخة الحالية 0.0.1
آخر تحديث 2020-12-27
تاريخ النشر 2020-12-26
المطور aq46sw
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.cbtcognitivebehavioraltherapy.com/
عنوان صفحة المساعدة https://www.cbtcognitivebehavioraltherapy.com/contact-us/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CbtCognitiveBehavioralTherapy.com",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "CbtCognitiveBehavioralTherapy.com extension of chrome extension that notify the users of time spent on this site.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.cbtcognitivebehavioraltherapy.com\/*",
                "https:\/\/www.cbtcognitivebehavioraltherapy.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "content_style.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/www.cbtcognitivebehavioraltherapy.com\/*",
        "https:\/\/www.cbtcognitivebehavioraltherapy.com\/*",
        "notifications"
    ]
}