{"contents":"{\n \"manifest_version\": 2,\n \"name\": \"知乎推荐屏蔽器\",\n \"version\": \"1.0.0\",\n \"description\": \"屏蔽知乎首页的所有推荐内容,让你专注于关注的内容\",\n \"browser_specific_settings\": {\n \"gecko\": {\n \"id\": \"zhihu-blocker@dzming.li\",\n \"data_collection_permissions\": {\n \"required\": [\"none\"]\n }\n }\n },\n \"permissions\": [\n \"activeTab\"\n ],\n \"content_scripts\": [\n {\n \"matches\": [\"*://www.zhihu.com/*\"],\n \"js\": [\"content.js\"],\n \"css\": [\"style.css\"],\n \"run_at\": \"document_start\"\n }\n ]\n}\n","is_binary":false,"path":"manifest.json","ref":""}