TM Proxy

Automate changing IP Address for TM Proxy!

Wat is TM Proxy?

TM Proxy is een Chrome-extensie ontwikkeld door https://tmproxy.com, en de belangrijkste functie is "Automate changing IP Address for TM Proxy!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TM Proxy

Download TM Proxy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam TM Proxy TM Proxy
ID pmdlifofgdjcolhfjjfkojibiimoahlc
Officiële URL https://chromewebstore.google.com/detail/tm-proxy/pmdlifofgdjcolhfjjfkojibiimoahlc
Beschrijving Automate changing IP Address for TM Proxy!
Bestandsgrootte 35.67 KB
Aantal Installaties 4,000
Huidige Versie 1.1.3
Laatst Bijgewerkt 2021-08-17
Publicatiedatum 2020-09-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://tmproxy.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tmproxy.com
Ondersteunde Talen 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"
    ]
}