HTML Prank

Change The content of any website using HTMLPrank

Wat is HTML Prank?

HTML Prank is een Chrome-extensie ontwikkeld door Gilbish Kosma, en de belangrijkste functie is "Change The content of any website using HTMLPrank".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HTML Prank

Download HTML Prank-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam HTML Prank HTML Prank
ID bocemdfoolahglpjdaimkmcmdpedlgdl
Officiële URL https://chromewebstore.google.com/detail/html-prank/bocemdfoolahglpjdaimkmcmdpedlgdl
Beschrijving Change The content of any website using HTMLPrank
Bestandsgrootte 8.01 KB
Aantal Installaties 1,214
Huidige Versie 1.0
Laatst Bijgewerkt 2020-01-30
Publicatiedatum 2020-01-30
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Gilbish Kosma
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}