Faster Search for Google/Yahoo
Remove redirection for Search Engine, including Google/Yahoo. If you have questions or find bugs, please add QQ Group: 561545614
Faster Search for Google/Yahoo là gì?
Faster Search for Google/Yahoo là một tiện ích mở rộng Chrome được phát triển bởi Yang.Rangerwolf & Mengfan-PP, và tính năng chính của nó là "Remove redirection for Search Engine, including Google/Yahoo. If you have questions or find bugs, please add QQ Group: 561545614".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Faster Search for Google/Yahoo
Tải xuống các tệp mở rộng Faster Search for Google/Yahoo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
【百度搜索失效,暂时无法修复, 先换其他搜索引擎吧 ~~】 **有问题可以直接加QQ群:561545614** 做好能截个图发到作者邮箱,方便问题定位与排查。感谢各位支持! 点击搜索结果的时候,再也不会跳转一次再重定向到目标网站啦! No redirection after click links in search engine! 目前支持: www.Baidu.com tieba.Baidu.com Google.com Yahoo.com Twitter.com Weibo.com 360Search @2017-03-14 这次更新还挺多的 首先知乎里面的链接也会被删除重定向 感谢https://github.com/cnwangjie 另外修正了两个小bug: 1. 当url之中的...不是在末尾的时候就跪了 2. 当搜索结果出现百度软件下载中心的时候,样式不太一样,js会处理失败 @2017-02-07 终于修掉了网友提出的搜索“帕萨特”打开链接替换错误的问题。 比如遇到 "www.xcar.com.cn 2017-02-07" 这种格式的链接就直接忽略了 @2017-02-03 今天立春, 看到网友评论,已经去掉了对cookies的权限. 之前没注意 Sorry @2017-01-23 修复百度搜索 头部新闻 的bug. 暂时不对那一块做替换. @2016-12-30 本年度最后一波更新,修复了百度自有资源替换链接失败的 @2016-12-12 百度搜索的缩略图里面的链接也相应的被替换了 @2016-09-19 趁热打铁,把翻页失效的bug也解决了。同时采取措施降低了失效的概率 @2016-09-18 终于下决心修正bug了... 修正了两个百度搜索的bug。 比如https开头的网站、类似视频搜索结果,现在应该不会再出现点开about:blank的空白页了 @2016-04-07 修正bug,全部搜索结果都改成使用http,之前误用了//协议 @2016-03-29 需要带上域名进行过滤,防止相同标题造成的混乱 使用document title变化检测作为应对百度实时刷新的策略,并且优化了替换的算法,提高了准确率 @2016-02-01 修正一些很细小的问题~ 主要是新增多语言支持,现在默认语言会是英文 @2015-10-23 修正360搜索多个‘重定向已去除’的label @2015-09-02 定位了很久才部分重现了百度搜索无法去除重定向的问题 输入完关键字之后需要再按一下回车才行 原因: 程序会解析url,如果不按回车的话,地址栏还是 www.baidu.com 找不到任何有用的信息 @2015-07-28 修正了楼中楼链接没有替换的bug PS: 楼主现在大病初愈,生生的担心这次修改有副作用。。。 @2015-07-16 百度贴吧 @2015-07-15 新增360搜索重定向去除 @2015-07-14 修正一些小bug @2015-07-13 增加百度搜索结果重定向的处理 @2014-10-14 修正一个weibo上的解析的错误 @2014-09-28 增加对于Twitter/Weibo的短连接的替换功能,点击短连接可以直接打开长链接 @2014-06-27 无限循环解决Google跳转不稳定的情况 @2014-05-28 第一次提交
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mkpejojlockjoldbdbbgbibeogmemjfk |
URL Chính Thức | https://chrome.google.com/webstore/detail/faster-search-for-googley/mkpejojlockjoldbdbbgbibeogmemjfk |
Mô tả | Remove redirection for Search Engine, including Google/Yahoo. If you have questions or find bugs, please add QQ Group: 561545614 |
Kích Thước Tệp | 53.18 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 1.5.0.2 |
Cập Nhật Lần Cuối | 2018-01-25 |
Ngày Phát Hành | 2018-01-25 |
Đánh Giá | 4.60/5 Tổng số 110 Đánh Giá |
Nhà Phát Triển | Yang.Rangerwolf & Mengfan-PP |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.5.0.2", "description": "__MSG_extDesc__", "permissions": [ "notifications", "webRequest", "webRequestBlocking", "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2, "icons": { "16": "icon\/128.png", "48": "icon\/128.png", "128": "icon\/128.png" }, "default_locale": "en", "content_scripts": [ { "js": [ "js\/jquery-2.1.0.min.js", "js\/fast_google.js" ], "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/*.google.*\/*", "*:\/\/216.239.32.6\/*" ], "run_at": "document_end" }, { "js": [ "js\/fast_yahoo.js" ], "matches": [ "*:\/\/*.search.yahoo.com\/*", "*:\/\/search.yahoo.com\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery-2.1.0.min.js", "js\/fast_twitter.js" ], "matches": [ "https:\/\/*.twitter.com\/*", "https:\/\/twitter.com\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery-2.1.0.min.js", "js\/fast_weibo.js" ], "matches": [ "http:\/\/*.weibo.com\/*", "http:\/\/weibo.com\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery-2.1.0.min.js", "js\/fast_baidu_search.js" ], "matches": [ "http:\/\/www.baidu.com\/", "https:\/\/www.baidu.com\/", "http:\/\/www.baidu.com\/s?*", "https:\/\/www.baidu.com\/s?*" ], "run_at": "document_end" }, { "js": [ "js\/jquery-2.1.0.min.js", "js\/fast_baidu_tieba.js" ], "matches": [ "http:\/\/tieba.baidu.com\/p\/*", "https:\/\/tieba.baidu.com\/p\/*" ], "run_at": "document_end" }, { "js": [ "js\/jquery-2.1.0.min.js", "js\/fast_360_search.js" ], "matches": [ "http:\/\/www.haosou.com\/s?*", "https:\/\/www.haosou.com\/s?*", "https:\/\/www.so.com\/s?*" ], "run_at": "document_end" }, { "js": [ "js\/jquery-2.1.0.min.js", "js\/fast_zhihu.js" ], "matches": [ "https:\/\/www.zhihu.com\/*" ], "run_at": "document_end" } ] } |