HTML Prank

Change The content of any website using HTMLPrank

HTML Prank là gì?

HTML Prank là một tiện ích mở rộng Chrome được phát triển bởi Gilbish Kosma, và tính năng chính của nó là "Change The content of any website using HTMLPrank".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HTML Prank

Tải xuống các tệp mở rộng HTML Prank dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HTML Prank HTML Prank
ID bocemdfoolahglpjdaimkmcmdpedlgdl
URL Chính Thức https://chromewebstore.google.com/detail/html-prank/bocemdfoolahglpjdaimkmcmdpedlgdl
Mô tả Change The content of any website using HTMLPrank
Kích Thước Tệp 8.01 KB
Số Lần Cài Đặt 1,214
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-01-30
Ngày Phát Hành 2020-01-30
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Gilbish Kosma
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}