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