Enable Every Element On Page

This extension will enable all disabled elements and mark them as read/write

What is Enable Every Element On Page?

Enable Every Element On Page is a Chrome extension developed by steve.ianson, and its main feature is "This extension will enable all disabled elements and mark them as read/write".

Download Enable Every Element On Page Extension CRX File

Download Enable Every Element On Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Sets readonly and disabled to false for every element on page                    

Extension Basic Information

Name Enable Every Element On Page Enable Every Element On Page
ID cmbchgjlbeahmfdfhibkbdjcfhdbijdd
Official URL https://chrome.google.com/webstore/detail/enable-every-element-on-p/cmbchgjlbeahmfdfhibkbdjcfhdbijdd
Description This extension will enable all disabled elements and mark them as read/write
File Size 4.53 KB
Installation Count 3,000
Current Version 1.0
Last Updated 2016-05-25
Publish Date 2016-05-25
Rating 5.00/5 Total 2 Ratings
Developer steve.ianson
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Every Element On Page",
    "description": "This extension will enable all disabled elements and mark them as read\/write",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Enable elements",
        "default_icon": "edit1919.png"
    },
    "manifest_version": 2
}