LinkedIn Notification Remover
This extension will remove the 'We found new people in your network' notification from LinkedIn
ما هو LinkedIn Notification Remover؟
LinkedIn Notification Remover هو إضافة Chrome تم تطويرها بواسطة Little Big Rocket، والميزة الرئيسية لها هي "This extension will remove the 'We found new people in your network' notification from LinkedIn".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LinkedIn Notification Remover
قم بتنزيل ملفات الامتداد LinkedIn Notification Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension runs quietly in the background of your browser and removes the red number (notification for "We found new people in your network") on the top left navigation on LinkedIn. If you find that notification to be annoying, then this extension is for you. Install/enable it and that's it, no further action needed.
معلومات أساسية عن التمديد
الاسم | |
ID | ebdaifcninhnhdecfkpapkccbhiahjgi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/linkedin-notification-rem/ebdaifcninhnhdecfkpapkccbhiahjgi |
الوصف | This extension will remove the 'We found new people in your network' notification from LinkedIn |
حجم الملف | 11.41 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2016-10-31 |
تاريخ النشر | 2016-10-31 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Little Big Rocket |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkedIn Notification Remover", "description": "This extension will remove the 'We found new people in your network' notification from LinkedIn", "version": "1.0.2", "content_scripts": [ { "js": [ "linover.js" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |