Eludim

Removes annoying registration and login popups

Eludim là gì?

Eludim là một tiện ích mở rộng Chrome được phát triển bởi Eludim, và tính năng chính của nó là "Removes annoying registration and login popups".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Eludim

Tải xuống các tệp mở rộng Eludim dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Eludim Eludim
ID iopbidgaohgcggflegchfplfbjinjjjn
URL Chính Thức https://chrome.google.com/webstore/detail/eludim/iopbidgaohgcggflegchfplfbjinjjjn
Mô tả Removes annoying registration and login popups
Kích Thước Tệp 1.85 MB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2016-01-07
Ngày Phát Hành 2016-01-07
Đánh Giá 2.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Eludim
Loại Thanh Toán free
Trang Web Mở Rộng http://galacticmonkeys.github.io/Eludim
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}