Feedblocker
Remove feeds from LinkedIn.
什麼是Feedblocker?
Feedblocker是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Remove feeds from LinkedIn.”。
擴展截圖
下載Feedblocker擴展crx文件
下載Feedblocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Feedblocker is an extension that removes the feed from your LinkedIn home page to reduce distraction. How it works: 1. Install the extension 2. Pin the extension so it is easily accessible 3. Click on the extension while on the LinkedIn home page to remove the feed 4. To bring the feed back, click on the extension again Feedblocker is not affiliated with LinkedIn.
擴展基本資訊
名稱 | Feedblocker |
ID | obehkecmojmkiikdffbmnobnnmgikkfa |
官方網址 | https://chromewebstore.google.com/detail/feedblocker/obehkecmojmkiikdffbmnobnnmgikkfa |
簡介 | Remove feeds from LinkedIn. |
檔案大小 | 9.15 KB |
安裝次數 | 132 |
目前版本 | 0.3 |
更新時間 | 2021-02-22 |
上架時間 | 2021-02-10 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Unknown |
付費類型 | free |
擴展官網 | https://www.feedblocker.com |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Feedblocker", "description": "Remove feeds from LinkedIn.", "version": "0.3", "minimum_chrome_version": "16.0.884", "permissions": [ "activeTab" ], "background": { "scripts": [ "feeds.js" ], "persistent": false }, "browser_action": { "default_title": "Remove LinkedIn feed", "default_icon": "icon128.png" }, "manifest_version": 2, "icons": { "128": "icon128.png" } } |