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": "__MSG_extension_full_name__",
"description": "__MSG_extension_description__",
"version": "1.1.0.4",
"short_name": "__MSG_extension_name__",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png",
"512": "icon\/512.png"
},
"default_locale": "en",
"permissions": [
"storage",
"tabs",
"sidePanel",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_title": "__MSG_extension_name__"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"all_frames": true,
"exclude_matches": [
"https:\/\/*.bytedance.feishu.cn\/*",
"https:\/\/*.docs.qq.com\/*",
"https:\/\/*.feishu.cn\/*",
"https:\/\/*.kdocs.cn\/*",
"https:\/\/*.live.com\/*",
"https:\/\/*.notion.so\/*",
"https:\/\/*.office.com\/*",
"https:\/\/*.sharepoint.com\/*",
"https:\/\/*.shimo.im\/*",
"https:\/\/*.wolai.com\/*",
"https:\/\/*.yuque.com\/*",
"https:\/\/alidocs.dingtalk.com\/*",
"https:\/\/bytedance.feishu.cn\/*",
"https:\/\/docs.google.com\/document\/*",
"https:\/\/docs.google.com\/forms\/*",
"https:\/\/docs.google.com\/presentation\/*",
"https:\/\/docs.google.com\/spreadsheets\/*",
"https:\/\/docs.qq.com\/*",
"https:\/\/kdocs.cn\/*",
"https:\/\/shimo.im\/*",
"https:\/\/www.feishu.cn\/*",
"https:\/\/www.notion.so\/*",
"https:\/\/www.wolai.com\/*",
"https:\/\/www.yuque.com\/*"
],
"css": [
"content-scripts\/content.css"
],
"js": [
"content-scripts\/content.js"
]
}
]
}