Feedblocker

Remove feeds from LinkedIn.

Feedblockerとは何ですか?

FeedblockerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Remove feeds from LinkedIn.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 Feedblocker
ID obehkecmojmkiikdffbmnobnnmgikkfa
公式URL 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"
    }
}