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": 2, "version": "1.2.0", "name": "\u5fae\u535a\u4e92\u7c89", "description": "\u5173\u6ce8\u5176\u4ed6\u5fae\u535a\u83b7\u53d6\u79ef\u5206\uff0c\u88ab\u5173\u6ce8\u540e\u6263\u9664\u76f8\u5e94\u7684\u79ef\u5206\uff0c\u63d2\u4ef6\u4ee3\u66ff\u66fe\u7ecf\u7684\u5fae\u535a\u624b\u52a8\u4e92\u7c89\uff0c\u5feb\u901f\u589e\u7c89\u3002", "browser_action": { "default_icon": "image\/128.png" }, "icons": { "16": "image\/16.png", "48": "image\/48.png", "128": "image\/128.png" }, "permissions": [ "storage", "https:\/\/weibo.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.weibo.com\/*" ], "js": [ "js\/jquery.min.1.8.js", "js\/common.js", "js\/weiboFollow.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/background.js" ], "persistent": true } }