Linkedin Feed Filter

This extension filters linkedin feed.

Cos'è Linkedin Feed Filter?

Linkedin Feed Filter è un'estensione di Chrome sviluppata da developerJustforFun, e la sua funzione principale è "This extension filters linkedin feed.".

Scarica il file CRX dell'estensione Linkedin Feed Filter

Scarica i file di estensione Linkedin Feed Filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Linkedin Feed Filter Linkedin Feed Filter
ID njojdkpdfggbkkfaajlcmbniicijcndj
URL Ufficiale https://chrome.google.com/webstore/detail/linkedin-feed-filter/njojdkpdfggbkkfaajlcmbniicijcndj
Descrizione This extension filters linkedin feed.
Dimensione del File 49.21 KB
Conteggio Installazioni 11
Versione Corrente 1.0.9.8
Ultimo Aggiornamento 2017-10-12
Data di Pubblicazione 2017-10-12
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore developerJustforFun
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}