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": "Flowith Web Clipper",
"description": "flowith web clipper",
"version": "0.4.0",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"permissions": [
"contextMenus",
"scripting",
"storage",
"activeTab",
"webRequest",
"tabs",
"sidePanel"
],
"host_permissions": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/*.notion.so\/*",
"*:\/\/*.flomoapp.com\/*",
"*:\/\/*.xiaohongshu.com\/*",
"*:\/\/*.feishu.cn\/docx",
"*:\/\/*.feishu.net\/docx",
"*:\/\/*.larksuite.com\/docx",
"*:\/\/*.feishu-pre.net\/docx",
"*:\/\/*.larkoffice.com\/docx"
],
"side_panel": {
"default_path": "sidepanel.html"
},
"web_accessible_resources": [
{
"resources": [
"icon\/*",
"welcome\/*",
"welcome\/index.html"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "flowith",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"content-scripts\/content.css"
],
"js": [
"content-scripts\/content.js"
]
}
]
}