avatar

点&阅

应用简介

自动点击网页中烦人的“阅读更多”

解决网页上烦人的“阅读更多”问题。
最近在CSDN、百度知道等网页浏览的时候,总是出现页面内容被折叠的情况。每次都需要手动点击查看更多,比较烦人,于是就自己写了一个chrome插件来实现自动点击。
源代码地址放在github上了:https://github.com/jeeinn/crx-clicked-and-read

配置文件

Code
1
{"name":"\u70b9&\u9605","description":"\u81ea\u52a8\u70b9\u51fbCSDN\u3001\u767e\u5ea6\u77e5\u9053\u7b49\u7f51\u9875\u4e2d\u7684\u70b9\u51fb\u9605\u8bfb\u66f4\u591a\u6309\u94ae\u3002Automatically click on the web page has 'read more' buttons.","version":"1.0.4","manifest_version":2,"update_url":"http:\/\/upext.chrome.360.cn\/intf.php?method=ExtUpdate.query","icons":{"16":"icons\/icon16.png","32":"icons\/icon32.png","48":"icons\/icon48.png","64":"icons\/icon64.png","128":"icons\/icon128.png"},"browser_action":{"default_icon":"icons\/icon128.png","default_popup":"popup.html"},"permissions":["storage","http:\/\/*\/*","https:\/\/*\/*"],"content_scripts":[{"matches":["http:\/\/*\/*","https:\/\/*\/*"],"js":["contents.js"]}]}
文章作者: Shaven
文章链接: http://soxiazai.com/2019/07/05/heiabljfaddjjeagffaochlbnbgfkjbj/
下载(右键另存为)