Unshorten URL
Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others
ما هو Unshorten URL؟
Unshorten URL هو إضافة Chrome تم تطويرها بواسطة tiltbit، والميزة الرئيسية لها هي "Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unshorten URL
قم بتنزيل ملفات الامتداد Unshorten URL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | kjhnnpddmfabiciiipggfcmmpciinjap |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/unshorten-url/kjhnnpddmfabiciiipggfcmmpciinjap |
الوصف | Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others |
حجم الملف | 8.68 KB |
عدد التثبيتات | 132 |
النسخة الحالية | 1 |
آخر تحديث | 2017-08-23 |
تاريخ النشر | 2017-08-23 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | tiltbit |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unshorten URL", "version": "1", "description": "Unshorten URLs from bit.ly goo.gl tinyUrl t.co and others", "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "unshort-16.png", "48": "unshort-48.png", "128": "unshort-128.png" } } |