Direct links to social media
Quick links to Facebook, Twitter, Myspace, and other top social networks.
ما هو Direct links to social media؟
Direct links to social media هو إضافة Chrome تم تطويرها بواسطة Robert Rioja (miapuffia)، والميزة الرئيسية لها هي "Quick links to Facebook, Twitter, Myspace, and other top social networks.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Direct links to social media
قم بتنزيل ملفات الامتداد Direct links to social media بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The latest update added much needed color! By clicking this extension, you will see links to... Steam Chat QuizUp YouTube Messages Google+ Quora BadOo Reddit ooVoo Web Snapchat Cafemom NING Mylife DeviantART Vine Twitter Skype Web Linkedin Instagram Livejournal Tumblr Facebook MySpace Orkut Pinterest Meetup Links may be reordered and hidden to each user's liking. If you have any questions, comments, or suggestions, fell free to email me at [email protected] and thank you for viewing my extension!
معلومات أساسية عن التمديد
الاسم | |
ID | kkaepghmhcnkbefbmddlfldaogmcjgki |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/direct-links-to-social-me/kkaepghmhcnkbefbmddlfldaogmcjgki |
الوصف | Quick links to Facebook, Twitter, Myspace, and other top social networks. |
حجم الملف | 563 KB |
عدد التثبيتات | 603 |
النسخة الحالية | 5 |
آخر تحديث | 2016-08-14 |
تاريخ النشر | 2016-08-14 |
تقييم | 4.50/5 مجموع تقييمات 8 |
المطور | Robert Rioja (miapuffia) |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Direct links to social media", "permissions": [ "storage" ], "background": { "scripts": [ "jquery-ui.js", "jquery-1.12.4.js", "sortable.js", "loading.js", "saving.js" ] }, "version": "5", "description": "Quick links to Facebook, Twitter, Myspace, and other top social networks.", "icons": { "128": "icon1.png" }, "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html" } } |