TeadoosPxy

A small proxy extension

什么是TeadoosPxy?

TeadoosPxy是由梯度科技开发的Chrome扩展程序,该扩展的主要功能是“A small proxy extension”。

扩展截图

screenshot

下载TeadoosPxy扩展crx文件

下载TeadoosPxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A minimalistic proxy switch that works with Trojan-gfw client. 一个极简的代理服务器交换机,适合搭配Trojan-gfw使用                    

扩展基本信息

名称 TeadoosPxy TeadoosPxy
ID boidconihnccbmeomjhohkngpgoobcmh
官方URL https://chromewebstore.google.com/detail/teadoospxy/boidconihnccbmeomjhohkngpgoobcmh
简介 A small proxy extension
文件大小 802 KB
安装次数 29
当前版本 0.2.8
更新时间 2020-03-19
上架时间 2020-03-16
开发者 梯度科技
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TeadoosPxy",
    "description": "A small proxy extension",
    "version": "0.2.8",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "permissions": [
        "",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "notifications"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}