ThinkHumanTV

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

Τι είναι το ThinkHumanTV;

Το ThinkHumanTV είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Affectifi Inc., και η κύρια λειτουργία του είναι "Improve one's EQ (emotional literacy and flexbility) while watching Netflix, Disney+, and Peacock.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ThinkHumanTV

Λήψη αρχείων επέκτασης ThinkHumanTV σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}