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": "__MSG_appName__",
"description": "__MSG_appDescription__",
"default_locale": "en",
"version": "1.1.9",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"webRequest",
"identity",
"identity.email",
"activeTab",
"storage",
"tabs"
],
"oauth2": {
"client_id": "273789850201-2qmdp264rd1kl3qslvc4a1hrc218clae.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"optional_host_permissions": [
"<all_urls>"
],
"host_permissions": [
"https:\/\/generativelanguage.googleapis.com\/*",
"https:\/\/www.youtube.com\/*",
"https:\/\/video.google.com\/*",
"https:\/\/translate.googleapis.com\/*",
"https:\/\/video-context-assistant.vercel.app\/*",
"https:\/\/video-context-assistant-preview.vercel.app\/*",
"https:\/\/*.vercel.app\/*",
"https:\/\/*.supabase.co\/*",
"https:\/\/*.chromiumapp.org\/*",
"https:\/\/www.googleapis.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*",
"https:\/\/m.youtube.com\/*",
"https:\/\/contextlyapp.com\/*"
],
"js": [
"config.js",
"debug.js",
"error_handler.js",
"tokenizer.js",
"markdown_converter.js",
"localization.js",
"language_manager.js",
"language_preference_manager.js",
"auth_manager.js",
"auth_ui_manager.js",
"gemini_client.js",
"supabase_client.js",
"feature_gate_manager.js",
"transcript_fetcher_test.js",
"video_manager.js",
"player_controller.js",
"ui_components\/template_loader.js",
"ui_manager.js",
"chat_manager.js",
"timeline_markers.js",
"chapters_manager.js",
"question_classifier.js",
"question_manager.js",
"session_manager.js",
"transcript_manager.js",
"suggestions_manager.js",
"shortener_manager.js",
"event_manager.js",
"content.js",
"yt_controls_contextly.js",
"youtube_tool_initializer.js",
"yt_options_manager.js",
"lib\/marked.js",
"katex\/katex.min.js",
"katex\/auto-render.min.js",
"smart_read_manager.js"
],
"all_frames": true,
"css": [
"sidebar.css",
"katex\/katex.min.css",
"yt_options.css",
"sidebar_themes.css",
"sidebar_2.css",
"sidebar_3.css",
"simple_load_video_button.css"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"sidebar.html",
"sidebar_themes.css",
"sidebar.css",
"sidebar_2.css",
"sidebar_3.css",
"sidebar.js",
"content.js",
"auth_popup.html",
"auth_popup.js",
"auth_popup_localization.js",
"auth_manager.js",
"auth_ui_manager.js",
"gemini_client.js",
"transcript_fetcher_test.js",
"question_classifier.js",
"markdown_converter.js",
"localization.js",
"language_manager.js",
"language_preference_manager.js",
"tokenizer.js",
"supabase_client.js",
"feature_gate_manager.js",
"debug.js",
"theme_detector.js",
"error_handler.js",
"youtube_tool_initializer.js",
"video_manager.js",
"player_controller.js",
"ui_manager.js",
"chat_manager.js",
"timeline_markers.js",
"chapters_manager.js",
"question_manager.js",
"session_manager.js",
"transcript_manager.js",
"suggestions_manager.js",
"event_manager.js",
"lib\/marked.js",
"katex\/katex.min.js",
"katex\/katex.min.css",
"katex\/auto-render.min.js",
"katex\/fonts\/*",
"icons\/*",
"locales\/*.json",
"ui_components\/template_loader.js",
"ui_components\/*.html",
"ui_components\/assets\/*",
"fonts\/*.woff2",
"fonts\/*.woff",
"fonts\/*.ttf",
"smart_read_manager.js"
],
"matches": [
"https:\/\/www.youtube.com\/*",
"https:\/\/m.youtube.com\/*",
"https:\/\/contextlyapp.com\/*"
]
}
],
"homepage_url": "https:\/\/www.contextlyapp.com\/"
}