去除重定向
去除微信/微博对链接的重定向
什么是去除重定向?
去除重定向是由wong2开发的Chrome扩展程序,该扩展的主要功能是“去除微信/微博对链接的重定向”。
扩展截图
下载去除重定向扩展crx文件
下载去除重定向扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
去除微信/微博桌面版点击链接时恼人的重定向,让你的生活更美好
扩展基本信息
名称 | |
ID | ibhfghcgpbeejgccoommnplhbmlcmabn |
官方URL | https://chrome.google.com/webstore/detail/%E5%8E%BB%E9%99%A4%E9%87%8D%E5%AE%9A%E5%90%91/ibhfghcgpbeejgccoommnplhbmlcmabn |
简介 | 去除微信/微博对链接的重定向 |
文件大小 | 9.1 KB |
安装次数 | 381 |
当前版本 | 2.1 |
更新时间 | 2020-09-25 |
上架时间 | 2017-11-05 |
评分 | 5.00/5 共2次评分 |
开发者 | wong2 |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://chathub.gg/privacy-policy |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u53bb\u9664\u91cd\u5b9a\u5411", "description": "\u53bb\u9664\u5fae\u4fe1\/\u5fae\u535a\u5bf9\u94fe\u63a5\u7684\u91cd\u5b9a\u5411", "version": "2.1", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/weixin110.qq.com\/cgi-bin\/mmspamsupport-bin\/newredirectconfirmcgi?*" ], "js": [ "content-scripts\/weixin.js" ] }, { "matches": [ "*:\/\/t.cn\/*" ], "js": [ "content-scripts\/weibo.js" ] } ], "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/weixin110.qq.com\/cgi-bin\/mmspamsupport-bin\/newredirectconfirmcgi?*", "https:\/\/support.weixin.qq.com\/cgi-bin\/mmsupport-bin\/readtemplate?*" ] } |