HTML Prank

Change The content of any website using HTMLPrank

¿Qué es HTML Prank?

HTML Prank es una extensión de Chrome desarrollada por Gilbish Kosma, y su función principal es "Change The content of any website using HTMLPrank".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión HTML Prank

Descarga archivos de extensión HTML Prank en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre HTML Prank HTML Prank
ID bocemdfoolahglpjdaimkmcmdpedlgdl
URL Oficial https://chromewebstore.google.com/detail/html-prank/bocemdfoolahglpjdaimkmcmdpedlgdl
Descripción Change The content of any website using HTMLPrank
Tamaño del Archivo 8.01 KB
Cantidad de Instalaciones 1,214
Versión Actual 1.0
Última Actualización 2020-01-30
Fecha de Publicación 2020-01-30
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador Gilbish Kosma
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}