Eludim

Removes annoying registration and login popups

Eludimとは何ですか?

EludimはEludimによって開発されたChromeの拡張機能で、その主な機能は「Removes annoying registration and login popups」です。

拡張機能のスクリーンショット

screenshot
screenshot

Eludim拡張機能のCRXファイルをダウンロード

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