TinyURL Pro
TinyURL - Convert long website links to short
ما هو TinyURL Pro؟
TinyURL Pro هو إضافة Chrome تم تطويرها بواسطة Clark، والميزة الرئيسية لها هي "TinyURL - Convert long website links to short".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TinyURL Pro
قم بتنزيل ملفات الامتداد TinyURL Pro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
TinyURL Pro - The Finest URL Shortening Service
TOP Features:
- Absolutely FREE
- No sign-up or login required
- Just one-click to get short URL
- Auto-copy the short URL to clipboard
- Sharing over social networks [Soon..]
- Context Menu for direct links and selected text(auto-extract first link)
- Notifications to sharing critical updates
- Other features coming soon…
For any issues, errors, bugs and enhancements, please contact us at - http://tiny.cc/exthelp
* No adware. No spyware. No walmare. معلومات أساسية عن التمديد
| الاسم | |
| ID | daocanafelgllopgddpchjaoldiinoob |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/tinyurl-pro/daocanafelgllopgddpchjaoldiinoob |
| الوصف | TinyURL - Convert long website links to short |
| حجم الملف | 96.25 KB |
| عدد التثبيتات | 6,705 |
| النسخة الحالية | 1.1.0 |
| آخر تحديث | 2020-12-26 |
| تاريخ النشر | 2019-12-29 |
| تقييم | 4.92/5 مجموع تقييمات 26 |
| المطور | Clark |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://hybridapps.net/exttiny.html |
| عنوان صفحة المساعدة | https://hybridapps.net/exttiny.html |
| عنوان صفحة سياسة الخصوصية | https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TinyURL Pro",
"short_name": "TinyURL Shortener",
"version": "1.1.0",
"description": "TinyURL - Convert long website links to short",
"icons": {
"16": "img\/icon.png",
"48": "img\/icon.png",
"128": "img\/icon.png"
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_title": "TinyURL - URL Shortener",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
} | |