TM Proxy

Automate changing IP Address for TM Proxy!

Was ist TM Proxy?

TM Proxy ist eine Chrome-Erweiterung, die von https://tmproxy.com entwickelt wurde, und ihr Hauptmerkmal ist "Automate changing IP Address for TM Proxy!".

Erweiterungsscreenshots

screenshot

TM Proxy-Erweiterungs-CRX-Datei herunterladen

Laden Sie TM Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        TMProxy Extension cho chrome. Thay đổi ip cho chrome browser.Là một sản phẩm của TMProxy.com                    

Grundlegende Informationen zur Erweiterung

Name TM Proxy TM Proxy
ID pmdlifofgdjcolhfjjfkojibiimoahlc
Offizielle URL https://chromewebstore.google.com/detail/tm-proxy/pmdlifofgdjcolhfjjfkojibiimoahlc
Beschreibung Automate changing IP Address for TM Proxy!
Dateigröße 35.67 KB
Installationsanzahl 4,000
Aktuelle Version 1.1.3
Letztes Update 2021-08-17
Veröffentlichungsdatum 2020-09-02
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://tmproxy.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tmproxy.com
Unterstützte Sprachen vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TM Proxy",
    "version": "1.1.3",
    "description": "Automate changing IP Address for TM Proxy!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Options"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "proxy",
        "storage",
        "",
        "alarms",
        "tabs"
    ],
    "incognito": "spanning",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "data\/multi.json"
    ]
}