URL Changer v2

URL CHANGER V2

Cos'è URL Changer v2?

URL Changer v2 è un'estensione di Chrome sviluppata da soxZ, e la sua funzione principale è "URL CHANGER V2".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione URL Changer v2

Scarica i file di estensione URL Changer v2 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Allows you to change and detect the domain name of your current URL
Exemple :
google.com/will
-> thisisanexemple.com/will

You can configure theses domains in a JSON files

Linked bookmarks // 

{
   "Example-1" : [
      {
         "EditSTAG" : "http://edit-stag.google.com/",
         "EditSTAG-match" : "STAG",
         "STAG" : "http://stag.google.com",
         "STAG-match" : "EditSTAG",
         "EditPROD" : "http://edit-prod.google.com/",
         "EditPROD-match" : "PROD",
         "PROD" : "http://www.google.com",
         "PROD-match" : "EditPROD"
      }
   ],
   "Example-Another-Useless-Example" : [
      {
         "MyLIFEforAIUR" : "http://protoss-are-not.op",
         "MyLIFEforAIUR-match" : "PROTOSS",
         "PROTOSS" : "http://maybe-a-little.bit",
         "PROTOSS-match" : "MyLIFEforAIUR"
      }
   ]
}                    

Informazioni di Base sull'Estensione

Nome URL Changer v2 URL Changer v2
ID bdliogodcalgdbfmhlffdebpdinjefpi
URL Ufficiale https://chromewebstore.google.com/detail/url-changer-v2/bdliogodcalgdbfmhlffdebpdinjefpi
Descrizione URL CHANGER V2
Dimensione del File 54.68 KB
Conteggio Installazioni 202
Versione Corrente 2.0.1
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore soxZ
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Changer v2",
    "description": "URL CHANGER V2",
    "version": "2.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.12.0.min.js",
                "addToStorage.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    }
}