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",
"manifest_version": 3,
"name": "MSE - Microsoft Teams & Stream Extractor",
"version": "2.0.0",
"description": "MSE: Privacy-focused extractor for Microsoft Teams conversations and Stream transcripts. Professional JSON output, no data tracking.",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"sidePanel"
],
"host_permissions": [
"https:\/\/aiejtxcdsjheqeiwjgiw.supabase.co\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.stream.office.com\/*",
"*:\/\/*.microsoftstream.com\/*",
"*:\/\/*\/stream.aspx*",
"*:\/\/*\/*\/*stream*",
"*:\/\/teams.microsoft.com\/*",
"*:\/\/*.teams.microsoft.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"action": {
"default_title": "Open MSE",
"default_icon": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js"
},
"author": "AvanSaber Inc",
"homepage_url": "https:\/\/MSExtract.AvanSaber.com"
}