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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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