URL Changer v2

URL CHANGER V2

Hvad er URL Changer v2?

URL Changer v2 er en Chrome-udvidelse udviklet af soxZ, og dens hovedfunktion er "URL CHANGER V2".

Udvidelsesskærmbilleder

screenshot

Download URL Changer v2-udvidelses-CRX-fil

Download URL Changer v2-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn URL Changer v2 URL Changer v2
ID bdliogodcalgdbfmhlffdebpdinjefpi
Officiel URL https://chromewebstore.google.com/detail/url-changer-v2/bdliogodcalgdbfmhlffdebpdinjefpi
Beskrivelse URL CHANGER V2
Filstørrelse 54.68 KB
Antal Installationer 202
Nuværende Version 2.0.1
Senest Opdateret 2019-03-08
Udgivelsesdato 2019-03-08
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler soxZ
Betalingsmetode free
Understøttede Sprog 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"
    }
}