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": "Blacktom \u4f5c\u4e1a\u5e2e", "version": "5.6.0", "description": "\u7559\u5b66\u751f\u4f5c\u4e1a\u52a9\u624b\uff0c\u4e00\u952e\u5373\u53ef\u56de\u7b54\u6240\u6709\u95ee\u9898", "permissions": [ "activeTab", "storage", "contextMenus", "windows", "alarms", "clipboardWrite", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "exclude_matches": [ "https:\/\/lottie.host\/*" ], "all_frames": true, "runAt": "document_end", "js": [ "content_script.js", "katex\/katex.min.js", "katex\/contrib\/auto-render.min.js", "html2canvas.js" ], "css": [ "index.css", "katex\/katex.min.css" ] } ], "icons": { "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "katex\/fonts\/*" ], "matches": [ "<all_urls>" ] } ] }