Eludim

Removes annoying registration and login popups

Eludim क्या है?

Eludim Eludim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes annoying registration and login popups"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Eludim एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}