Linkedin Feed Filter

This extension filters linkedin feed.

Co to jest Linkedin Feed Filter?

Linkedin Feed Filter to rozszerzenie Chrome opracowane przez developerJustforFun, a jego główną funkcją jest „This extension filters linkedin feed.”.

Pobierz plik CRX rozszerzenia Linkedin Feed Filter

Pobierz pliki rozszerzeń Linkedin Feed Filter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Linkedin Feed Filter Linkedin Feed Filter
ID njojdkpdfggbkkfaajlcmbniicijcndj
Oficjalny URL https://chrome.google.com/webstore/detail/linkedin-feed-filter/njojdkpdfggbkkfaajlcmbniicijcndj
Opis This extension filters linkedin feed.
Rozmiar pliku 49.21 KB
Liczba instalacji 11
Aktualna Wersja 1.0.9.8
Ostatnia Aktualizacja 2017-10-12
Data Publikacji 2017-10-12
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper developerJustforFun
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
            ]
        }
    ]
}