去除重定向
去除微信/微博对链接的重定向
去除重定向とは何ですか?
去除重定向は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 |
Eメール | [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?*" ] } |