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.3.4", "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\/*" ], "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" ] } ] }