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": "__MSG_extName__",
"incognito": "split",
"description": "__MSG_extDescription__",
"version": "0.3.0.5",
"version_name": "0.3.0-alpha5",
"action": {
"default_title": "__MSG_openYouMind__",
"suggested_key": {
"default": "Alt+Y",
"mac": "Alt+Y"
}
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Y",
"mac": "Alt+Y"
},
"description": "__MSG_openYouMind__"
},
"start_capture_command": {
"suggested_key": {
"default": "Alt+C",
"mac": "Alt+C"
},
"description": "__MSG_startCapture__"
},
"save_to_youmind_command": {
"suggested_key": {
"default": "Alt+S",
"mac": "Alt+S"
},
"description": "__MSG_saveWepageToYouMind__"
},
"start_translate_command": {
"suggested_key": {
"default": "Alt+T",
"mac": "Alt+T"
},
"description": "__MSG_startTranslate__"
}
},
"externally_connectable": {
"ids": [
"*"
]
},
"manifest_version": 3,
"icons": {
"16": "images\/logo\/production\/16.png",
"32": "images\/logo\/production\/32.png",
"48": "images\/logo\/production\/48.png",
"128": "images\/logo\/production\/128.png"
},
"permissions": [
"storage",
"contextMenus",
"tabs",
"activeTab",
"commands",
"windows"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-C785J-N4.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"run_at": "document_end"
},
{
"js": [
"assets\/index.ts-loader-BQyligN3.js"
],
"matches": [
"*:\/\/www.youtube.com\/embed\/*"
],
"run_at": "document_end",
"all_frames": true
}
],
"web_accessible_resources": [
{
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"src\/html\/*\/index.html",
"scripts\/*.js",
"messages\/*.json",
"audio\/*",
"images\/*"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/useTranslation-CCPXIpeC.js",
"assets\/index-DrSarwCU.js",
"assets\/button-EBFbLA-k.js",
"assets\/i18nInstance-BSwMixOS.js",
"assets\/generateId-DEz0uHlH.js",
"assets\/safePostMessage-Bb2bLD_M.js",
"assets\/checkIsLocalhost-k9pYXfxK.js",
"assets\/client-lbkC6A6q.js",
"assets\/useThemeBind-1UxcvMVQ.js",
"assets\/i18n-B-qO-mMj.js",
"assets\/clsx-B-dksMZM.js",
"assets\/utils-C0EutI9V.js",
"assets\/getYouMindHost-CP2RotLi.js",
"assets\/useSettings-bB_z4L4Z.js",
"assets\/getStoredUser-tNpkfuAf.js",
"assets\/getCurrentYouTubeSubtitle-Bi-TlGm1.js",
"assets\/confetti-D9a23qiN.js",
"assets\/refresh-ccw-C9MA03jC.js",
"assets\/arrow-right-BPWr0neN.js",
"assets\/index-BG7uRHfp.js",
"assets\/api-BFAmefK_.js",
"assets\/__vite-browser-external-D7Ct-6yo.js",
"assets\/article-handler-DO0LOUI5-CCQO0Yj8.js",
"assets\/string_decoder-BkOue8RD.js",
"assets\/index.tsx-37GNyaHC.js",
"assets\/generateId-kGhJ7iTm.css",
"assets\/index-DBIeK0rL.css"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"resources": [
"assets\/i18nInstance-BSwMixOS.js",
"assets\/getCurrentYouTubeSubtitle-Bi-TlGm1.js",
"assets\/i18n-B-qO-mMj.js",
"assets\/safePostMessage-Bb2bLD_M.js",
"assets\/index.ts-B-vQK8cj.js"
],
"use_dynamic_url": false
}
],
"default_locale": "en",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
}
}