HTML Prank

Change The content of any website using HTMLPrank

什么是HTML Prank?

HTML Prank是由Gilbish Kosma开发的Chrome扩展程序,该扩展的主要功能是“Change The content of any website using HTMLPrank”。

扩展截图

screenshot

下载HTML Prank扩展crx文件

下载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"
    }
}