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
Eメール [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"
    }
}