TeadoosPxy

A small proxy extension

What is TeadoosPxy?

TeadoosPxy is a Chrome extension developed by 梯度科技, and its main feature is "A small proxy extension".

Extension Screenshots

screenshot

Download TeadoosPxy Extension CRX File

Download TeadoosPxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name TeadoosPxy TeadoosPxy
ID boidconihnccbmeomjhohkngpgoobcmh
Official URL https://chromewebstore.google.com/detail/teadoospxy/boidconihnccbmeomjhohkngpgoobcmh
Description A small proxy extension
File Size 802 KB
Installation Count 29
Current Version 0.2.8
Last Updated 2020-03-19
Publish Date 2020-03-16
Developer 梯度科技
Email [email protected]
Payment Type free
Supported Languages 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'"
}