UnDisable

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

O que é UnDisable?

UnDisable é uma extensão do Chrome desenvolvida por Aditya Raj - Srijan Technologies, e sua principal característica é "Allows you to enable all the disabled elements on the page.".

Baixar o arquivo CRX da Extensão UnDisable

Baixe arquivos de extensão UnDisable no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome UnDisable UnDisable
ID jedacbidjlapihdcjbmjefmaedmdkkea
URL Oficial https://chrome.google.com/webstore/detail/undisable/jedacbidjlapihdcjbmjefmaedmdkkea
Descrição Allows you to enable all the disabled elements on the page.
Tamanho do Arquivo 33.99 KB
Contagem de Instalações 1,000
Versão Atual 1.1
Última Atualização 2014-04-11
Data de Publicação 2014-04-11
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Aditya Raj - Srijan Technologies
Tipo de Pagamento free
Idiomas Suportados 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
}