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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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