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": "LinuxDo Scripts", "description": "\u4e3a linux.do \u7528\u6237\u63d0\u4f9b\u4e86\u4e00\u4e9b\u589e\u5f3a\u529f\u80fd\u3002", "version": "1.0.30", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "permissions": [ "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Linxudo Scripts", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/linux.do\/*" ], "js": [ "content-scripts\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "content-scripts\/content.css" ], "matches": [ "https:\/\/linux.do\/*" ] } ] }