Eludim

Removes annoying registration and login popups

Cos'è Eludim?

Eludim è un'estensione di Chrome sviluppata da Eludim, e la sua funzione principale è "Removes annoying registration and login popups".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Eludim

Scarica i file di estensione Eludim 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

                        Tired of lightbox modals disrupting your browsing? Don't want to sign up but just want to look? Hey! Since when was looking illegal anyway?

Eludim will block login popups, allowing you to browse your favorite sites such as Pinterest and Quora without signing up. 

Usage:
1. Toggle on the wand by clicking the extension icon.
2. Click on the modal to remove it.
3. After you are done with the wand, click on the extension icon to toggle it off.

Bugs? Feature requests? Please get in touch: http://galacticmonkeys.github.io/Eludim/                    

Informazioni di Base sull'Estensione

Nome Eludim Eludim
ID iopbidgaohgcggflegchfplfbjinjjjn
URL Ufficiale https://chrome.google.com/webstore/detail/eludim/iopbidgaohgcggflegchfplfbjinjjjn
Descrizione Removes annoying registration and login popups
Dimensione del File 1.85 MB
Conteggio Installazioni 31
Versione Corrente 0.3
Ultimo Aggiornamento 2016-01-07
Data di Pubblicazione 2016-01-07
Valutazione 2.67/5 Totale 3 Valutazioni
Sviluppatore Eludim
Tipo di Pagamento free
Sito Web dell'Estensione http://galacticmonkeys.github.io/Eludim
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Eludim",
    "description": "Removes annoying registration and login popups",
    "version": "0.3",
    "background": {
        "scripts": [
            "js\/jquery-1.11.3.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/iconGray.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.11.3.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "",
        "management"
    ]
}