Eludim

Removes annoying registration and login popups

Vad är Eludim?

Eludim är en Chrome-tillägg utvecklad av Eludim, och dess huvudfunktion är "Removes annoying registration and login popups".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Eludim-förlängningens CRX-fil

Ladda ner Eludim-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Eludim Eludim
ID iopbidgaohgcggflegchfplfbjinjjjn
Officiell webbadress https://chrome.google.com/webstore/detail/eludim/iopbidgaohgcggflegchfplfbjinjjjn
Beskrivning Removes annoying registration and login popups
Filstorlek 1.85 MB
Antal Installationer 31
Aktuell Version 0.3
Senast Uppdaterad 2016-01-07
Publiceringsdatum 2016-01-07
Betyg 2.67/5 Totalt 3 Betyg
Utvecklare Eludim
Betalningssätt free
Tilläggswebbplats http://galacticmonkeys.github.io/Eludim
Stödda Språk 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"
    ]
}