去除重定向

去除微信/微博对链接的重定向

Wat is 去除重定向?

去除重定向 is een Chrome-extensie ontwikkeld door wong2, en de belangrijkste functie is "去除微信/微博对链接的重定向".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 去除重定向

Download 去除重定向-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        去除微信/微博桌面版点击链接时恼人的重定向,让你的生活更美好                    

Basisinformatie over de Extensie

Naam 去除重定向 去除重定向
ID ibhfghcgpbeejgccoommnplhbmlcmabn
Officiële URL https://chrome.google.com/webstore/detail/%E5%8E%BB%E9%99%A4%E9%87%8D%E5%AE%9A%E5%90%91/ibhfghcgpbeejgccoommnplhbmlcmabn
Beschrijving 去除微信/微博对链接的重定向
Bestandsgrootte 9.1 KB
Aantal Installaties 381
Huidige Versie 2.1
Laatst Bijgewerkt 2020-09-25
Publicatiedatum 2017-11-05
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar wong2
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://chathub.gg/privacy-policy
Ondersteunde Talen 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?*"
    ]
}