Eludim

Removes annoying registration and login popups

Was ist Eludim?

Eludim ist eine Chrome-Erweiterung, die von Eludim entwickelt wurde, und ihr Hauptmerkmal ist "Removes annoying registration and login popups".

Erweiterungsscreenshots

screenshot
screenshot

Eludim-Erweiterungs-CRX-Datei herunterladen

Laden Sie Eludim-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Eludim Eludim
ID iopbidgaohgcggflegchfplfbjinjjjn
Offizielle URL https://chrome.google.com/webstore/detail/eludim/iopbidgaohgcggflegchfplfbjinjjjn
Beschreibung Removes annoying registration and login popups
Dateigröße 1.85 MB
Installationsanzahl 31
Aktuelle Version 0.3
Letztes Update 2016-01-07
Veröffentlichungsdatum 2016-01-07
Bewertung 2.67/5 Insgesamt 3 Bewertungen
Entwickler Eludim
Zahlungsart free
Erweiterungswebsite http://galacticmonkeys.github.io/Eludim
Unterstützte Sprachen 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"
    ]
}