Eludim

Removes annoying registration and login popups

Что такое Eludim?

Eludim - это расширение Chrome, разработанное Eludim, и его основная функция - "Removes annoying registration and login popups".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Eludim

Скачайте файлы расширений Eludim в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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/                    

Основная информация о расширении

Название Eludim Eludim
ID iopbidgaohgcggflegchfplfbjinjjjn
Официальный URL https://chrome.google.com/webstore/detail/eludim/iopbidgaohgcggflegchfplfbjinjjjn
Описание Removes annoying registration and login popups
Размер файла 1.85 MB
Количество установок 31
Текущая Версия 0.3
Последнее Обновление 2016-01-07
Дата публикации 2016-01-07
Рейтинг 2.67/5 Всего 3 оценок
Разработчик Eludim
Тип оплаты free
Официальный сайт расширения http://galacticmonkeys.github.io/Eludim
Поддерживаемые языки 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"
    ]
}