LinkedIn Notification Remover
This extension will remove the 'We found new people in your network' notification from LinkedIn
Apa itu LinkedIn Notification Remover?
LinkedIn Notification Remover adalah ekstensi Chrome yang dikembangkan oleh Little Big Rocket, dan fitur utamanya adalah "This extension will remove the 'We found new people in your network' notification from LinkedIn".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi LinkedIn Notification Remover
Unduh file ekstensi LinkedIn Notification Remover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ebdaifcninhnhdecfkpapkccbhiahjgi |
URL Resmi | https://chrome.google.com/webstore/detail/linkedin-notification-rem/ebdaifcninhnhdecfkpapkccbhiahjgi |
Deskripsi | This extension will remove the 'We found new people in your network' notification from LinkedIn |
Ukuran File | 11.41 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2016-10-31 |
Tanggal Publikasi | 2016-10-31 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Little Big Rocket |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |