HTML Prank

Change The content of any website using HTMLPrank

Что такое HTML Prank?

HTML Prank - это расширение Chrome, разработанное Gilbish Kosma, и его основная функция - "Change The content of any website using HTMLPrank".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения HTML Prank

Скачайте файлы расширений HTML Prank в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название HTML Prank HTML Prank
ID bocemdfoolahglpjdaimkmcmdpedlgdl
Официальный URL https://chromewebstore.google.com/detail/html-prank/bocemdfoolahglpjdaimkmcmdpedlgdl
Описание Change The content of any website using HTMLPrank
Размер файла 8.01 KB
Количество установок 1,214
Текущая Версия 1.0
Последнее Обновление 2020-01-30
Дата публикации 2020-01-30
Рейтинг 5.00/5 Всего 5 оценок
Разработчик Gilbish Kosma
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}