去除重定向

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

去除重定向คืออะไร?

去除重定向 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wong2 และคุณลักษณะหลักของมันคือ "去除微信/微博对链接的重定向"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ 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
อีเมล [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?*"
    ]
}