去除重定向
去除微信/微博对链接的重定向
What is 去除重定向?
去除重定向 is a Chrome extension developed by wong2, and its main feature is "去除微信/微博对链接的重定向".
Extension Screenshots
Download 去除重定向 Extension CRX File
Download 去除重定向 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
去除微信/微博桌面版点击链接时恼人的重定向,让你的生活更美好
Extension Basic Information
Name | |
ID | ibhfghcgpbeejgccoommnplhbmlcmabn |
Official URL | https://chrome.google.com/webstore/detail/%E5%8E%BB%E9%99%A4%E9%87%8D%E5%AE%9A%E5%90%91/ibhfghcgpbeejgccoommnplhbmlcmabn |
Description | 去除微信/微博对链接的重定向 |
File Size | 9.1 KB |
Installation Count | 381 |
Current Version | 2.1 |
Last Updated | 2020-09-25 |
Publish Date | 2017-11-05 |
Rating | 5.00/5 Total 2 Ratings |
Developer | wong2 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://chathub.gg/privacy-policy |
Supported Languages | 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?*" ] } |