Eludim

Removes annoying registration and login popups

Qu'est-ce que Eludim ?

Eludim est une extension Chrome développée par Eludim, et sa fonction principale est "Removes annoying registration and login popups".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Eludim

Téléchargez les fichiers d'extension Eludim au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Eludim Eludim
ID iopbidgaohgcggflegchfplfbjinjjjn
URL Officiel https://chrome.google.com/webstore/detail/eludim/iopbidgaohgcggflegchfplfbjinjjjn
Description Removes annoying registration and login popups
Taille du Fichier 1.85 MB
Nombre d'Installations 31
Version Actuelle 0.3
Dernière Mise à Jour 2016-01-07
Date de Publication 2016-01-07
Évaluation 2.67/5 Total 3 Évaluations
Développeur Eludim
Type de Paiement free
Site Web de l'Extension http://galacticmonkeys.github.io/Eludim
Langues Prises en Charge 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"
    ]
}