HTML Prank

Change The content of any website using HTMLPrank

Was ist HTML Prank?

HTML Prank ist eine Chrome-Erweiterung, die von Gilbish Kosma entwickelt wurde, und ihr Hauptmerkmal ist "Change The content of any website using HTMLPrank".

Erweiterungsscreenshots

screenshot

HTML Prank-Erweiterungs-CRX-Datei herunterladen

Laden Sie HTML Prank-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name HTML Prank HTML Prank
ID bocemdfoolahglpjdaimkmcmdpedlgdl
Offizielle URL https://chromewebstore.google.com/detail/html-prank/bocemdfoolahglpjdaimkmcmdpedlgdl
Beschreibung Change The content of any website using HTMLPrank
Dateigröße 8.01 KB
Installationsanzahl 1,214
Aktuelle Version 1.0
Letztes Update 2020-01-30
Veröffentlichungsdatum 2020-01-30
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Gilbish Kosma
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}