Linkedin Feed Filter

This extension filters linkedin feed.

Linkedin Feed Filterとは何ですか?

Linkedin Feed FilterはdeveloperJustforFunによって開発されたChromeの拡張機能で、その主な機能は「This extension filters linkedin feed.」です。

Linkedin Feed Filter拡張機能のCRXファイルをダウンロード

Linkedin Feed Filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Go to Linkedin, click on the extension button, now enjoy important information.                    

拡張機能の基本情報

名前 Linkedin Feed Filter Linkedin Feed Filter
ID njojdkpdfggbkkfaajlcmbniicijcndj
公式URL https://chrome.google.com/webstore/detail/linkedin-feed-filter/njojdkpdfggbkkfaajlcmbniicijcndj
説明 This extension filters linkedin feed.
ファイルサイズ 49.21 KB
インストール数 11
現在のバージョン 1.0.9.8
最終更新日 2017-10-12
公開日 2017-10-12
評価 1.00/5 合計 1 レビュー
開発者 developerJustforFun
支払い方法 free
対応言語 en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "version": "1.0.9.8",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "",
        "management"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "javascripts\/jquery-1.11.0.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}