CbtCognitiveBehavioralTherapy.com

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

什么是CbtCognitiveBehavioralTherapy.com?

CbtCognitiveBehavioralTherapy.com是由aq46sw开发的Chrome扩展程序,该扩展的主要功能是“CbtCognitiveBehavioralTherapy.com extension of chrome extension that notify the users of time spent on this site.”。

扩展截图

screenshot
screenshot

下载CbtCognitiveBehavioralTherapy.com扩展crx文件

下载CbtCognitiveBehavioralTherapy.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/
帮助页面URL 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"
    ]
}