URL Changer v2

URL CHANGER V2

ما هو URL Changer v2؟

URL Changer v2 هو إضافة Chrome تم تطويرها بواسطة soxZ، والميزة الرئيسية لها هي "URL CHANGER V2".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة URL Changer v2

قم بتنزيل ملفات الامتداد URL Changer v2 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم URL Changer v2 URL Changer v2
ID bdliogodcalgdbfmhlffdebpdinjefpi
عنوان URL الرسمي https://chromewebstore.google.com/detail/url-changer-v2/bdliogodcalgdbfmhlffdebpdinjefpi
الوصف URL CHANGER V2
حجم الملف 54.68 KB
عدد التثبيتات 202
النسخة الحالية 2.0.1
آخر تحديث 2019-03-08
تاريخ النشر 2019-03-08
تقييم 5.00/5 مجموع تقييمات 2
المطور soxZ
نوع الدفع free
اللغات المدعومة 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"
    }
}