Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CommentFlow: Youtube Audience Insights\u2122",
"version": "2.0.3",
"description": "Understand your YouTube comments instantly. Save time, reduce hate, and grow smarter.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/api.mixpanel.com https:\/\/*.appspot.com https:\/\/*.googleapis.com https:\/\/*.cloudfunctions.net;"
},
"permissions": [
"activeTab",
"storage",
"scripting",
"contextMenus"
],
"host_permissions": [
"https:\/\/www.youtube.com\/*",
"https:\/\/responsive-edge-381602.uc.r.appspot.com\/*",
"https:\/\/*.googleapis.com\/*",
"https:\/\/*.cloudfunctions.net\/*",
"https:\/\/*.appspot.com\/*",
"https:\/\/*.firebaseapp.com\/*",
"https:\/\/identitytoolkit.googleapis.com\/*",
"https:\/\/securetoken.googleapis.com\/*",
"https:\/\/comment-flow-web.firebaseapp.com\/*",
"https:\/\/www.commentflows.com\/*",
"https:\/\/api.mixpanel.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/watch*"
],
"js": [
"config.js",
"api.js",
"mixpanel-config.js",
"mixpanel-analytics.js",
"content.js",
"hateful-comments.js"
],
"css": [
"styles.css"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/comment-flow-web.firebaseapp.com\/*",
"https:\/\/www.commentflows.com\/*"
],
"js": [
"web-app-sync.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "AI Comment Analyzer",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}
}