URL Changer

URL CHANGER

¿Qué es URL Changer?

URL Changer es una extensión de Chrome desarrollada por soxZ, y su función principal es "URL CHANGER".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión URL Changer

Descarga archivos de extensión URL Changer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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://"                    

Información Básica de la Extensión

Nombre URL Changer URL Changer
ID bhjhhbeipdlljpdijfmdjplidlegpenl
URL Oficial https://chromewebstore.google.com/detail/url-changer/bhjhhbeipdlljpdijfmdjplidlegpenl
Descripción URL CHANGER
Tamaño del Archivo 98.43 KB
Cantidad de Instalaciones 394
Versión Actual 0.7
Última Actualización 2019-03-08
Fecha de Publicación 2019-03-08
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador soxZ
Tipo de Pago free
Idiomas Soportados 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"
    }
}