Unshorten.Me
Browser Extension to unshorten link
ما هو Unshorten.Me؟
Unshorten.Me هو إضافة Chrome تم تطويرها بواسطة vocabgeekinfo، والميزة الرئيسية لها هي "Browser Extension to unshorten link".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unshorten.Me
قم بتنزيل ملفات الامتداد Unshorten.Me بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Unshorten.me is a free service to Un-Shorten the URLs created by URL shortening services. Unshorten.me can un-shorten URLs created by different services like t.co (Twitter), bit.ly, TinyURL, ow.ly among others
معلومات أساسية عن التمديد
الاسم | Unshorten.Me |
ID | bmiidjokmohpedbfjpoagmljcloncjfp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/unshortenme/bmiidjokmohpedbfjpoagmljcloncjfp |
الوصف | Browser Extension to unshorten link |
حجم الملف | 107 KB |
عدد التثبيتات | 55 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-06-16 |
تاريخ النشر | 2022-06-16 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | vocabgeekinfo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://unshorten.me/ |
عنوان صفحة المساعدة | https://thoplo.com/contact |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Unshorten.Me", "short_name": "unshorten", "description": "Browser Extension to unshorten link", "version": "1.1", "version_name": "1.1", "permissions": [ "contextMenus" ], "icons": { "16": ".\/icons\/ico16.png", "32": ".\/icons\/ico32.png", "48": ".\/icons\/ico48.png", "64": ".\/icons\/ico64.png", "128": ".\/icons\/ico128.png" }, "action": { "default_title": "Unshorten.me: unshorten any URL", "default_popup": "popup.html", "default_icon": { "16": ".\/icons\/ico16.png", "32": ".\/icons\/ico32.png", "48": ".\/icons\/ico48.png", "64": ".\/icons\/ico64.png", "128": ".\/icons\/ico128.png" } }, "background": { "service_worker": "eventPage.js" }, "offline_enabled": false } |