HTML Prank

Change The content of any website using HTMLPrank

What is HTML Prank?

HTML Prank is a Chrome extension developed by Gilbish Kosma, and its main feature is "Change The content of any website using HTMLPrank".

Extension Screenshots

screenshot

Download HTML Prank Extension CRX File

Download HTML Prank extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name HTML Prank HTML Prank
ID bocemdfoolahglpjdaimkmcmdpedlgdl
Official URL https://chromewebstore.google.com/detail/html-prank/bocemdfoolahglpjdaimkmcmdpedlgdl
Description Change The content of any website using HTMLPrank
File Size 8.01 KB
Installation Count 1,214
Current Version 1.0
Last Updated 2020-01-30
Publish Date 2020-01-30
Rating 5.00/5 Total 5 Ratings
Developer Gilbish Kosma
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}