Eludim

Removes annoying registration and login popups

Apa itu Eludim?

Eludim adalah ekstensi Chrome yang dikembangkan oleh Eludim, dan fitur utamanya adalah "Removes annoying registration and login popups".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Eludim

Unduh file ekstensi Eludim dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Eludim Eludim
ID iopbidgaohgcggflegchfplfbjinjjjn
URL Resmi https://chrome.google.com/webstore/detail/eludim/iopbidgaohgcggflegchfplfbjinjjjn
Deskripsi Removes annoying registration and login popups
Ukuran File 1.85 MB
Jumlah Instalasi 31
Versi Saat Ini 0.3
Terakhir Diperbarui 2016-01-07
Tanggal Publikasi 2016-01-07
Penilaian 2.67/5 Total 3 Penilaian
Pengembang Eludim
Tipe Pembayaran free
Situs Ekstensi http://galacticmonkeys.github.io/Eludim
Bahasa yang Didukung 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"
    ]
}