Website Destroyer

Destroy any website now!

Website Destroyer là gì?

Website Destroyer là một tiện ích mở rộng Chrome được phát triển bởi Funny Apps & Games, và tính năng chính của nó là "Destroy any website now!".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Website Destroyer 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

                        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!                    

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

Tên Website Destroyer Website Destroyer
ID nnbklmljghpjjibbnialdmiogbjohlod
URL Chính Thức https://chromewebstore.google.com/detail/website-destroyer/nnbklmljghpjjibbnialdmiogbjohlod
Mô tả Destroy any website now!
Kích Thước Tệp 778 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-09-21
Ngày Phát Hành 2020-07-26
Đánh Giá 3.89/5 Tổng số 44 Đánh Giá
Nhà Phát Triển Funny Apps & Games
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": 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"
    }
}