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": "\u77e5\u4e86 - \u77e5\u4e4e\u95ee\u7b54\u91c7\u96c6\u52a9\u624b", "version": "1.0.4", "description": "\u77e5\u4e86----\u77e5\u4e4e\u56de\u7b54\u91c7\u96c6\u5668\uff0c\u53ef\u5e2e\u52a9\u7528\u6237\u5feb\u901f\u91c7\u96c6\/\u4e0b\u8f7d\u6587\u7ae0,\u652f\u6301\u56fe\u7247\u3001\u4ee3\u7801\u5757\u548c\u516c\u5f0f\u7b49\u591a\u79cd\u7c7b\u578b\u5185\u5bb9\uff0c\u5e76\u4fdd\u5b58\u4e3a markdown \u7eaf\u6587\u672c\u683c\u5f0f\uff0c\u65b9\u4fbf\u5feb\u6377\u3002", "author": "videohelper", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "host_permissions": [ "*:\/\/*.zhihu.com\/*", "*:\/\/*.zhimg.com\/*", "*:\/\/*.xiaoshujiang.com\/*" ], "action": { "default_title": "\u77e5\u4e86 - \u77e5\u4e4e\u95ee\u7b54\u91c7\u96c6\u52a9\u624b", "default_icon": "icons\/icon48.png" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "permissions": [ "downloads", "scripting", "activeTab", "storage" ], "web_accessible_resources": [ { "resources": [ "imgs\/*", "content\/*", "*.js", "*.css", "*.png", "*.webp", "*.ttf", "*.json", "*.html", "*.wasm" ], "matches": [ "*:\/\/*.zhihu.com\/*", "*:\/\/*.xiaoshujiang.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.zhihu.com\/*", "*:\/\/*.xiaoshujiang.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.zhihu.com\/*" ], "css": [ "content\/index.css" ], "js": [ "content\/index.js" ], "run_at": "document_start" } ] }