Eludim

Removes annoying registration and login popups

Eludim란 무엇입니까?

Eludim은(는) Eludim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes annoying registration and login popups"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Eludim 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}