UnDisable

Allows you to enable all the disabled elements on the page.

UnDisable là gì?

UnDisable là một tiện ích mở rộng Chrome được phát triển bởi Aditya Raj - Srijan Technologies, và tính năng chính của nó là "Allows you to enable all the disabled elements on the page.".

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

Tải xuống các tệp mở rộng UnDisable 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

                        From time to time, people need to enable fields that are disabled on a website. The usual intent of website owners is to prevent you from doing something. Like submitting the form multiple times, but when you know what you want to do and do something. This extension will save you time from opening up chrome console and enabling fields manually. By just clicking the extension icon sitting right next to the address bar, all the fields on the page that were earlier disabled, will now be enabled for your access.

It is highly suggested that you use this extension with caution. Developer does not hold any responsibility of effects that might happen from submitting a form again, for example your credit card might get charged multiple times. So you should know what you are doing.

Developed by: Aditya Raj
Site: http://srijan.in                    

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

Tên UnDisable UnDisable
ID jedacbidjlapihdcjbmjefmaedmdkkea
URL Chính Thức https://chrome.google.com/webstore/detail/undisable/jedacbidjlapihdcjbmjefmaedmdkkea
Mô tả Allows you to enable all the disabled elements on the page.
Kích Thước Tệp 33.99 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-04-11
Ngày Phát Hành 2014-04-11
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Aditya Raj - Srijan Technologies
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UnDisable",
    "description": "Allows you to enable all the disabled elements on the page.",
    "version": "1.1",
    "icons": {
        "16": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Enable, disabled fields.",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}