TNT

Break the CORS Limitation

TNT là gì?

TNT là một tiện ích mở rộng Chrome được phát triển bởi hit.wpeng, và tính năng chính của nó là "Break the CORS Limitation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TNT

Tải xuống các tệp mở rộng TNT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Created for breaking the CORS limitation in some website.
V1.0.30
bugfix

V1.0.29
proxy whitelist

V1.0.28
whitelist bugfix

V1.0.27
add whitelist

V1.0.26
default iceluna
V1.0.25
https://*.taobao.net白名单

V1.0.24
默认源地址改为iceluna

V1.0.23
添加文档白名单

V1.0.21(2)
兼容处理

V1.0.20
兼容新版iceluna

V1.0.19
组件编辑器白名单

V1.0.18
iceluna白名单

V1.0.17
BUC登录白名单

V1.0.16
登录失效处理

V1.0.15
移除luna代理限制

V1.0.14
域名白名单添加

V1.0.13
预发环境处理

V1.0.12
修复Chrome 72升级导致CORB问题

V1.0.11
域名白名单支持

V1.0.9
阿里经济体其他BU域名支持

V1.0.7
源地址https转发支持
V1.0.5
打赏
V1.0.3
移除启动按钮,点击规则生效
V1.0.0
支持多对多代理配置
支持host地址匹配及路径匹配
UI交互更新

V0.1.6
修改默认代理nrails.alibaba-inc.com

V0.1.5
支持虾米、优酷
V0.1.4
支持自定义代理URL
V0.1.3
修复TNT插件开启后影响其他网页打开的问题
V0.1.2
支持协议头http:// 或https:// 请求
V0.1.0
支持管理多个请求地址                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TNT TNT
ID imheopooeklpkepinokgifdbfemhcoii
URL Chính Thức https://chrome.google.com/webstore/detail/tnt/imheopooeklpkepinokgifdbfemhcoii
Mô tả Break the CORS Limitation
Kích Thước Tệp 339 KB
Số Lần Cài Đặt 327
Phiên Bản Hiện Tại 1.0.30
Cập Nhật Lần Cuối 2020-04-21
Ngày Phát Hành 2020-04-21
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển hit.wpeng
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TNT",
    "version": "1.0.30",
    "manifest_version": 2,
    "description": "Break the CORS Limitation",
    "browser_action": {
        "default_icon": "assets\/tnt_disabled.png",
        "default_title": "TNT",
        "default_popup": "popup\/popup.html"
    },
    "options_page": "options\/options.html",
    "permissions": [
        "contextMenus",
        "activeTab",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/localhost\/*",
        "http:\/\/*.alibaba.net\/",
        "https:\/\/*.alibaba.net\/",
        "http:\/\/*.taobao.org\/",
        "https:\/\/*.taobao.org\/",
        "http:\/\/*.taobao.com\/",
        "https:\/\/*.taobao.com\/",
        "http:\/\/*.taobao.net\/",
        "https:\/\/*.taobao.net\/",
        "http:\/\/*.tmall.net\/",
        "https:\/\/*.tmall.net\/",
        "https:\/\/*.tmall.com\/",
        "https:\/\/*.alibaba-inc.com\/",
        "http:\/\/*.alibaba-inc.com\/",
        "http:\/\/*.xiami.com\/",
        "https:\/\/*.xiami.com\/",
        "http:\/\/*.youku.com\/",
        "https:\/\/*.youku.com\/",
        "http:\/\/*.aliyun.test\/",
        "https:\/\/*.aliyun.test\/",
        "http:\/\/*.aliyun.com\/",
        "https:\/\/*.aliyun.com\/",
        "http:\/\/*.cainiao.test\/",
        "https:\/\/*.cainiao.test\/",
        "http:\/\/*.cainiao.com\/",
        "https:\/\/*.cainiao.com\/",
        "http:\/\/*.gaode.test\/",
        "https:\/\/*.gaode.test\/",
        "http:\/\/*.amap.com\/",
        "https:\/\/*.amap.com\/"
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    }
}