Simple URL Extender

Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.

ما هو Simple URL Extender؟

Simple URL Extender هو إضافة Chrome تم تطويرها بواسطة kennethdevel، والميزة الرئيسية لها هي "Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Simple URL Extender

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

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

                        Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'. Resource friendly. 

If you experience any problems or need help, feel free to contact me at [email protected].

Powered by 9inchurl.com.                    

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

الاسم Simple URL Extender Simple URL Extender
ID lmmoknkjcopjcbhmahpmogamfblhlpfa
عنوان URL الرسمي https://chromewebstore.google.com/detail/simple-url-extender/lmmoknkjcopjcbhmahpmogamfblhlpfa
الوصف Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.
حجم الملف 7.83 KB
عدد التثبيتات 167
النسخة الحالية 2.0
آخر تحديث 2016-06-11
تاريخ النشر 2016-06-11
تقييم 3.60/5 مجموع تقييمات 5
المطور kennethdevel
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://9inchurl.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple URL Extender",
    "description": "Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.",
    "version": "2.0",
    "permissions": [
        "contextMenus",
        "http:\/\/9inchurl.com\/",
        "notifications"
    ],
    "author": "Kenneth",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}