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", "description": "\u6296\u97f3\u4fa7\u8fb9\u680f\u52a9\u624b\uff0c\u5e2e\u52a9\u4f60\u5728\u4efb\u4f55\u7f51\u9875\u65e0\u987b\u5207\u6362\u9875\u9762\u89c2\u770b\u6296\u97f3\uff0c\u5de5\u4f5c\u5a31\u4e50\u4e24\u4e0d\u8bef\u3002", "version": "0.0.1", "manifest_version": 3, "name": "Douyin Sidebar - \u6296\u97f3\u4fa7\u8fb9\u680f\u52a9\u624b", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_title": "\u70b9\u51fb\u6253\u5f00\u6296\u97f3\u4fa7\u8fb9\u680f", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "side_panel": { "default_path": "sidepanel.html", "openPanelOnActionClick": true }, "permissions": [ "sidePanel", "declarativeNetRequest", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ], "minimum_chrome_version": "114" }