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