TM Proxy

Automate changing IP Address for TM Proxy!

Qu'est-ce que TM Proxy ?

TM Proxy est une extension Chrome développée par https://tmproxy.com, et sa fonction principale est "Automate changing IP Address for TM Proxy!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TM Proxy

Téléchargez les fichiers d'extension TM Proxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom TM Proxy TM Proxy
ID pmdlifofgdjcolhfjjfkojibiimoahlc
URL Officiel https://chromewebstore.google.com/detail/tm-proxy/pmdlifofgdjcolhfjjfkojibiimoahlc
Description Automate changing IP Address for TM Proxy!
Taille du Fichier 35.67 KB
Nombre d'Installations 4,000
Version Actuelle 1.1.3
Dernière Mise à Jour 2021-08-17
Date de Publication 2020-09-02
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://tmproxy.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tmproxy.com
Langues Prises en Charge 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"
    ]
}