去除重定向
去除微信/微博对链接的重定向
Cos'è 去除重定向?
去除重定向 è un'estensione di Chrome sviluppata da wong2, e la sua funzione principale è "去除微信/微博对链接的重定向".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 去除重定向
Scarica i file di estensione 去除重定向 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
去除微信/微博桌面版点击链接时恼人的重定向,让你的生活更美好
Informazioni di Base sull'Estensione
Nome | |
ID | ibhfghcgpbeejgccoommnplhbmlcmabn |
URL Ufficiale | https://chrome.google.com/webstore/detail/%E5%8E%BB%E9%99%A4%E9%87%8D%E5%AE%9A%E5%90%91/ibhfghcgpbeejgccoommnplhbmlcmabn |
Descrizione | 去除微信/微博对链接的重定向 |
Dimensione del File | 9.1 KB |
Conteggio Installazioni | 381 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2020-09-25 |
Data di Pubblicazione | 2017-11-05 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | wong2 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://chathub.gg/privacy-policy |
Lingue Supportate | 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?*" ] } |