URL Changer v2

URL CHANGER V2

Qu'est-ce que URL Changer v2 ?

URL Changer v2 est une extension Chrome développée par soxZ, et sa fonction principale est "URL CHANGER V2".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URL Changer v2

Téléchargez les fichiers d'extension URL Changer v2 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

                        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"
      }
   ]
}                    

Informations de Base sur l'Extension

Nom URL Changer v2 URL Changer v2
ID bdliogodcalgdbfmhlffdebpdinjefpi
URL Officiel https://chromewebstore.google.com/detail/url-changer-v2/bdliogodcalgdbfmhlffdebpdinjefpi
Description URL CHANGER V2
Taille du Fichier 54.68 KB
Nombre d'Installations 202
Version Actuelle 2.0.1
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur soxZ
Type de Paiement free
Langues Prises en Charge 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"
    }
}