Website Destroyer

Destroy any website now!

Website Destroyerคืออะไร?

Website Destroyer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Funny Apps & Games และคุณลักษณะหลักของมันคือ "Destroy any website now!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Website Destroyer

ดาวน์โหลดไฟล์ส่วนขยาย Website Destroyer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Website Destroyer is a funny tool for destroy any website. Now you can destroy using rifle and more destruction tools will be added in the future.

You can save the screen of the destroyed website as JPG file using the icon at top left. Use is very simple, just click to the extension icon and start shooting :-)

If you like it, please share and rate it.

Thanks for using. Enjoy it!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Website Destroyer Website Destroyer
ID nnbklmljghpjjibbnialdmiogbjohlod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/website-destroyer/nnbklmljghpjjibbnialdmiogbjohlod
คำอธิบาย Destroy any website now!
ขนาดไฟล์ 778 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-09-21
วันที่เผยแพร่ 2020-07-26
คะแนน 3.89/5 รวมทั้งหมด 44 คะแนน
ผู้พัฒนา Funny Apps & Games
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0",
    "name": "Website Destroyer",
    "description": "Destroy any website now!",
    "permissions": [
        "activeTab",
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.png",
                "mp3\/*.mp3"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/ico19.png"
    },
    "icons": {
        "16": "img\/ico16.png",
        "19": "img\/ico19.png",
        "32": "img\/ico32.png",
        "48": "img\/ico48.png",
        "128": "img\/ico128.png"
    }
}