Outgoing Link Cleaner
Removes redirect URL's in Google, Facebook, and Reddit
ما هو Outgoing Link Cleaner؟
Outgoing Link Cleaner هو إضافة Chrome تم تطويرها بواسطة Mark Tai، والميزة الرئيسية لها هي "Removes redirect URL's in Google, Facebook, and Reddit".
تحميل ملف CRX للإضافة Outgoing Link Cleaner
قم بتنزيل ملفات الامتداد Outgoing Link Cleaner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Removes redirect URL's in Google, Facebook, and Reddit. No longer do you copy a link on Google or Facebook and have a weird redirect link instead of the URL to the website you found.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | giialbcnpmopmhgkpddkbjlkgenfmfhd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/outgoing-link-cleaner/giialbcnpmopmhgkpddkbjlkgenfmfhd |
الوصف | Removes redirect URL's in Google, Facebook, and Reddit |
حجم الملف | 57.42 KB |
عدد التثبيتات | 138 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2016-09-04 |
تاريخ النشر | 2016-09-04 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Mark Tai |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Outgoing Link Cleaner", "version": "1.0.2", "description": "Removes redirect URL's in Google, Facebook, and Reddit", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/*", "*:\/\/www.facebook.com\/*", "*:\/\/www.reddit.com\/*" ], "js": [ "jquery-3.1.0.min.js", "link_cleaner.js" ] } ], "permissions": [ "*:\/\/www.google.com\/*", "*:\/\/www.facebook.com\/*", "*:\/\/www.reddit.com\/*" ], "short_name": "Link Cleaner" } |