UnDisable

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

Was ist UnDisable?

UnDisable ist eine Chrome-Erweiterung, die von Aditya Raj - Srijan Technologies entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to enable all the disabled elements on the page.".

UnDisable-Erweiterungs-CRX-Datei herunterladen

Laden Sie UnDisable-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name UnDisable UnDisable
ID jedacbidjlapihdcjbmjefmaedmdkkea
Offizielle URL https://chrome.google.com/webstore/detail/undisable/jedacbidjlapihdcjbmjefmaedmdkkea
Beschreibung Allows you to enable all the disabled elements on the page.
Dateigröße 33.99 KB
Installationsanzahl 1,000
Aktuelle Version 1.1
Letztes Update 2014-04-11
Veröffentlichungsdatum 2014-04-11
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Aditya Raj - Srijan Technologies
Zahlungsart free
Unterstützte Sprachen 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
}