去除重定向
去除微信/微博对链接的重定向
Apa itu 去除重定向?
去除重定向 adalah ekstensi Chrome yang dikembangkan oleh wong2, dan fitur utamanya adalah "去除微信/微博对链接的重定向".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 去除重定向
Unduh file ekstensi 去除重定向 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
去除微信/微博桌面版点击链接时恼人的重定向,让你的生活更美好
Informasi Dasar Ekstensi
Nama | |
ID | ibhfghcgpbeejgccoommnplhbmlcmabn |
URL Resmi | https://chrome.google.com/webstore/detail/%E5%8E%BB%E9%99%A4%E9%87%8D%E5%AE%9A%E5%90%91/ibhfghcgpbeejgccoommnplhbmlcmabn |
Deskripsi | 去除微信/微博对链接的重定向 |
Ukuran File | 9.1 KB |
Jumlah Instalasi | 381 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2020-09-25 |
Tanggal Publikasi | 2017-11-05 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | wong2 |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://chathub.gg/privacy-policy |
Bahasa yang Didukung | 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?*" ] } |