LinkedIn Feed Blocker
Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.
Apa itu LinkedIn Feed Blocker?
LinkedIn Feed Blocker adalah ekstensi Chrome yang dikembangkan oleh Luc Boruta, dan fitur utamanya adalah "Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi LinkedIn Feed Blocker
Unduh file ekstensi LinkedIn Feed Blocker 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
Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content. This extension is open source software, see the homepage URL for more information.
Informasi Dasar Ekstensi
Nama | |
ID | bacadbohjalkmmopkbfjhpafninfhano |
URL Resmi | https://chrome.google.com/webstore/detail/linkedin-feed-blocker/bacadbohjalkmmopkbfjhpafninfhano |
Deskripsi | Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content. |
Ukuran File | 64.08 KB |
Jumlah Instalasi | 3,000 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2019-10-17 |
Tanggal Publikasi | 2019-10-17 |
Penilaian | 4.68/5 Total 40 Penilaian |
Pengembang | Luc Boruta |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/lucboruta/linkedin-feed-blocker |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "linkedin-feed-blocker.css" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ], "description": "Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.", "icons": { "16": "img\/ghost-16.png", "128": "img\/ghost-128.png", "512": "img\/ghost-512.png" }, "manifest_version": 2, "name": "LinkedIn Feed Blocker", "version": "0.0.2" } |