HTML Prank

Change The content of any website using HTMLPrank

Co to jest HTML Prank?

HTML Prank to rozszerzenie Chrome opracowane przez Gilbish Kosma, a jego główną funkcją jest „Change The content of any website using HTMLPrank”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia HTML Prank

Pobierz pliki rozszerzeń HTML Prank w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa HTML Prank HTML Prank
ID bocemdfoolahglpjdaimkmcmdpedlgdl
Oficjalny URL https://chromewebstore.google.com/detail/html-prank/bocemdfoolahglpjdaimkmcmdpedlgdl
Opis Change The content of any website using HTMLPrank
Rozmiar pliku 8.01 KB
Liczba instalacji 1,214
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-01-30
Data Publikacji 2020-01-30
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Gilbish Kosma
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}