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": "2.1.2", "name": "\u6218\u9053-\u767e\u5ea6seo\u6392\u540d\u63a8\u5e7f", "description": "\u901a\u8fc7\u767e\u5ea6\u5bf9\u767e\u5ea6\u77e5\u9053\u7684\u4f18\u5148\u6536\u5f55\uff0c\u76f4\u63a5\u627e\u51fa\u6709\u6392\u540d\u7684\u8bcd\u6761\uff0c\u76f4\u63a5\u5728\u8bcd\u6761\u5f15\u6d41\uff0c\u7ed5\u8fc7\u4f20\u7edfseo\u7e41\u7410\u6b65\u9aa4\uff01", "browser_action": { "default_icon": "image\/128.png" }, "icons": { "16": "image\/16.png", "48": "image\/48.png", "128": "image\/128.png" }, "permissions": [ "*:\/\/*.baidu.com\/*", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.baidu.com\/s*" ], "js": [ "js\/jquery.min.1.8.js", "js\/common.js", "js\/baidu.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/zhidao.baidu.com\/question*" ], "js": [ "js\/jquery.min.1.8.js", "js\/common.js", "js\/zhidao.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/apis.google.com https:\/\/bm-com.com 'unsafe-eval'; object-src 'self'" }