ThinkHumanTV

Improve one's EQ (emotional literacy and flexbility) while watching Netflix, Disney+, and Peacock.

ThinkHumanTV란 무엇입니까?

ThinkHumanTV은(는) Affectifi Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve one's EQ (emotional literacy and flexbility) while watching Netflix, Disney+, and Peacock."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ThinkHumanTV 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        COMPLIES with FERPA, COPPA, and CIPA. See our privacy policy for more information: https://www.thinkhuman.tv/privacy-policy

NOTE: IF INSTALLING ON A SCHOOL OR DOE-ISSUED COMPUTER, YOU MAY NEED TO HAVE THE EXTENSION REVIEWED/APPROVED BY IT 

As much as 80% of adult 'success' has been attributed to EQ, also known as emotional literacy or emotional intelligence. Higher EQ is also associated with greater psychological wellbeing and healthier relationships.

Now, with ThinkHumanTV kids and adults can boost their EQ while watching some of the best content on streaming services like Netflix, Disney+, and Peacock.

Developed by cognitive scientists from Columbia, Stanford and UPenn. Shown to be effective at improving emotion management and emotional self-confidence in multiple studies.

An adaptive social emotional training system, ThinkHumanTV is designed for individual use by learners aged 13 and above. The platform can be used with younger learners by an educator or parent.                    

확장 프로그램 기본 정보

이름 ThinkHumanTV ThinkHumanTV
ID llmpamjbjeaenkphbfleajgpfdoneefk
공식 URL https://chromewebstore.google.com/detail/thinkhumantv/llmpamjbjeaenkphbfleajgpfdoneefk
설명 Improve one's EQ (emotional literacy and flexbility) while watching Netflix, Disney+, and Peacock.
파일 크기 3.24 MB
설치 횟수 240
현재 버전 1.1.55
최근 업데이트 2024-03-04
출시 날짜 2021-10-18
평점 5.00/5 총 4 개의 평점
개발자 Affectifi Inc.
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.thinkhuman.tv
개인정보 보호 정책 페이지 URL https://www.thinkhuman.tv/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThinkHumanTV",
    "version": "1.1.55",
    "manifest_version": 2,
    "description": "Improve one's EQ (emotional literacy and flexbility) while watching Netflix, Disney+, and Peacock.",
    "icons": {
        "512": "logo_ext_icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.disneyplus.com\/*",
                "*:\/\/*.peacocktv.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.netflix.com\/*",
            "*:\/\/*.disneyplus.com\/*",
            "*:\/\/*.peacocktv.com\/*",
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "logo_ext_icon.png"
    },
    "web_accessible_resources": [
        "index.html",
        "minimized.html",
        "minimized.js",
        "popup.html",
        "popup.js",
        "prompt.html",
        "prompt.js",
        "video.js",
        "images\/*",
        "*.png",
        "*.css",
        "*.json"
    ],
    "permissions": [
        "storage",
        "webNavigation",
        "tabs",
        "https:\/\/netflix.com",
        "https:\/\/disneyplus.com",
        "https:\/\/peacocktv.com",
        "https:\/\/youtube.com"
    ]
}