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": "Bilibili Markdown", "description": "\u4e3a bilibili \u4e13\u680f\u7684\u65b0\u7248\u7f16\u8f91\u5668\u589e\u52a0\u7c98\u8d34 markdown \u7684\u529f\u80fd\uff0c\u5c06 markdown \u5185\u5bb9\u5bfc\u5165\u5230\u4e13\u680f\u7684\u7f16\u8f91\u5668\u4e2d", "version": "0.3.2", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "web_accessible_resources": [ { "resources": [ "\/inject.js" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "https:\/\/member.bilibili.com\/read\/editor\/**" ], "all_frames": true, "js": [ "content-scripts\/content.js" ] } ] }