PasteEnabler

Paste when you're not allowed, copy when you're not allowed!

O que é PasteEnabler?

PasteEnabler é uma extensão do Chrome desenvolvida por https://jonlu.ca, e sua principal característica é "Paste when you're not allowed, copy when you're not allowed!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PasteEnabler

Baixe arquivos de extensão PasteEnabler 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

                        Reenables the following functionality on sites that disable it:

* Ability to paste content
* Ability to copy content
* Ability to cut content
* Ability to right click content
* Ability to autocomplete certain inputs
* Ability to select text
* Ability to drag and drop text to/from inputs

If a website does not allow you to copy and paste, or do any of the above, simply click the icon and try again!

Source code here: https://github.com/jonluca/PasteEnabler

Open an issue on GitHub if there are any sites on which this extension does not work!                    

Informações Básicas da Extensão

Nome PasteEnabler PasteEnabler
ID dhadehfniifbmemochpmbofcjckpdnnl
URL Oficial https://chromewebstore.google.com/detail/pasteenabler/dhadehfniifbmemochpmbofcjckpdnnl
Descrição Paste when you're not allowed, copy when you're not allowed!
Tamanho do Arquivo 28.6 KB
Contagem de Instalações 2,141
Versão Atual 0.3
Última Atualização 2021-06-10
Data de Publicação 2019-05-03
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://jonlu.ca
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PasteEnabler",
    "description": "Paste when you're not allowed, copy when you're not allowed!",
    "version": "0.3",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "64": "images\/icon64.png",
        "32": "images\/icon32.png",
        "38": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "homepage_url": "https:\/\/jonlu.ca",
    "web_accessible_resources": [
        "js\/*"
    ]
}