HTML Prank

Change The content of any website using HTMLPrank

Qu'est-ce que HTML Prank ?

HTML Prank est une extension Chrome développée par Gilbish Kosma, et sa fonction principale est "Change The content of any website using HTMLPrank".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HTML Prank

Téléchargez les fichiers d'extension HTML Prank au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HTML Prank HTML Prank
ID bocemdfoolahglpjdaimkmcmdpedlgdl
URL Officiel https://chromewebstore.google.com/detail/html-prank/bocemdfoolahglpjdaimkmcmdpedlgdl
Description Change The content of any website using HTMLPrank
Taille du Fichier 8.01 KB
Nombre d'Installations 1,214
Version Actuelle 1.0
Dernière Mise à Jour 2020-01-30
Date de Publication 2020-01-30
Évaluation 5.00/5 Total 5 Évaluations
Développeur Gilbish Kosma
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}