Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ThinkHumanTV",
"version": "1.1.88",
"manifest_version": 3,
"description": "Improve your EQ while watching Netflix, Disney+, and Peacock.",
"icons": {
"512": "logo_ext_icon.png"
},
"background": {
"service_worker": "static\/js\/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.netflix.com\/*",
"*:\/\/*.disneyplus.com\/*",
"*:\/\/*.peacocktv.com\/*",
"*:\/\/*.youtube.com\/*"
],
"all_frames": false,
"js": [
"static\/js\/content.js"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.netflix.com\/*",
"*:\/\/*.disneyplus.com\/*",
"*:\/\/*.peacocktv.com\/*",
"*:\/\/*.youtube.com\/*"
]
},
"action": {
"default_icon": "logo_ext_icon.png"
},
"web_accessible_resources": [
{
"resources": [
"index.html",
"minimized_shortcut.html",
"popup.html",
"prompt.html",
"static\/js\/background.js",
"static\/js\/content.js",
"static\/js\/main.js",
"static\/js\/minimized_shortcut.js",
"static\/js\/popup.js",
"static\/js\/prompt.js",
"static\/js\/video.js",
"images\/*",
"*.png",
"*.css",
"*.json",
"audio\/*.wav"
],
"matches": [
"*:\/\/*.netflix.com\/*",
"*:\/\/*.disneyplus.com\/*",
"*:\/\/*.peacocktv.com\/*",
"*:\/\/*.youtube.com\/*"
]
}
],
"permissions": [
"activeTab",
"background",
"storage",
"tabs",
"webNavigation"
],
"commands": {
"uninstall-extension": {
"suggested_key": {
"default": "Ctrl+Shift+U",
"linux": "Ctrl+Shift+U"
},
"description": "Uninstall"
}
}
}