HTML Prank

Change The content of any website using HTMLPrank

O que é HTML Prank?

HTML Prank é uma extensão do Chrome desenvolvida por Gilbish Kosma, e sua principal característica é "Change The content of any website using HTMLPrank".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HTML Prank

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

                        It is an app using which you can change the text content of any website.
Just press the StartPrank button and try to change the text present in the website, press StopPrank once you are done with the text change and now your text will look like not edited.
Note: If you get red lines below the words in a webpage,then click right on mouse and deselect the spell check option.                    

Informações Básicas da Extensão

Nome HTML Prank HTML Prank
ID bocemdfoolahglpjdaimkmcmdpedlgdl
URL Oficial https://chromewebstore.google.com/detail/html-prank/bocemdfoolahglpjdaimkmcmdpedlgdl
Descrição Change The content of any website using HTMLPrank
Tamanho do Arquivo 8.01 KB
Contagem de Instalações 1,214
Versão Atual 1.0
Última Atualização 2020-01-30
Data de Publicação 2020-01-30
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Gilbish Kosma
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML Prank",
    "version": "1.0",
    "description": "Change The content of any website using HTMLPrank",
    "author": "Gilbish Kosma",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "cat.png",
        "default_popup": "popup.html",
        "default_title": "A POPUP will come here"
    }
}