LinkedIn Modal Remover

Watch linkedin profile without login. Linkedin popup remover.

Cos'è LinkedIn Modal Remover?

LinkedIn Modal Remover è un'estensione di Chrome sviluppata da aminvivek24, e la sua funzione principale è "Watch linkedin profile without login. Linkedin popup remover.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LinkedIn Modal Remover

Scarica i file di estensione LinkedIn Modal Remover 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

                        Check LinkedIn profiles without login. Simple LinkedIn popup remover. Just move or scroll your mouse, popup will be disappeared. You can also remove it by clicking extension. Whatever you want.
DISABLE EXTENSION WHEN YOU ARE LOGGED IN.                    

Informazioni di Base sull'Estensione

Nome LinkedIn Modal Remover LinkedIn Modal Remover
ID lipbembkfnpaokgimakpbmdloeeehoef
URL Ufficiale https://chrome.google.com/webstore/detail/linkedin-modal-remover/lipbembkfnpaokgimakpbmdloeeehoef
Descrizione Watch linkedin profile without login. Linkedin popup remover.
Dimensione del File 103 KB
Conteggio Installazioni 52
Versione Corrente 1.0.3
Ultimo Aggiornamento 2017-12-21
Data di Pubblicazione 2017-12-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore aminvivek24
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedIn Modal Remover",
    "description": "Watch linkedin profile without login. Linkedin popup remover.",
    "version": "1.0.3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "\/assets\/js\/jQuery.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "LinkedIn Modal Remover",
        "default_icon": "\/assets\/logo\/logom.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "\/assets\/js\/jQuery.js",
                "content_script.js"
            ]
        }
    ],
    "manifest_version": 2
}