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
官方網址 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"
    ]
}