HTML Prank

Change The content of any website using HTMLPrank

Apa itu HTML Prank?

HTML Prank adalah ekstensi Chrome yang dikembangkan oleh Gilbish Kosma, dan fitur utamanya adalah "Change The content of any website using HTMLPrank".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi HTML Prank

Unduh file ekstensi HTML Prank dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama HTML Prank HTML Prank
ID bocemdfoolahglpjdaimkmcmdpedlgdl
URL Resmi https://chromewebstore.google.com/detail/html-prank/bocemdfoolahglpjdaimkmcmdpedlgdl
Deskripsi Change The content of any website using HTMLPrank
Ukuran File 8.01 KB
Jumlah Instalasi 1,214
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-01-30
Tanggal Publikasi 2020-01-30
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Gilbish Kosma
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}