URL Changer

URL CHANGER

Qu'est-ce que URL Changer ?

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

Captures d'Écran de l'Extension

screenshot

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

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

                        Outdated, you can try URL Changer V2 :
it can save more data/more options
https://chrome.google.com/webstore/detail/url-changer-v2/bdliogodcalgdbfmhlffdebpdinjefpi


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

You can configure theses domains in a JSON files


[
   {
      "currentUrl" : "https://www.google.com/",
      "destinationUrl" : "https://www.thisisanexemple.com/"
   }
]

both are very case sensitive, make sure its the exact url, that there is no missing characters, mostly on start "http://"                    

Informations de Base sur l'Extension

Nom URL Changer URL Changer
ID bhjhhbeipdlljpdijfmdjplidlegpenl
URL Officiel https://chromewebstore.google.com/detail/url-changer/bhjhhbeipdlljpdijfmdjplidlegpenl
Description URL CHANGER
Taille du Fichier 98.43 KB
Nombre d'Installations 394
Version Actuelle 0.7
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 4.00/5 Total 4 É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",
    "description": "URL CHANGER",
    "version": "0.7",
    "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"
    }
}