Website Destroyer

Destroy any website now!

Co to jest Website Destroyer?

Website Destroyer to rozszerzenie Chrome opracowane przez Funny Apps & Games, a jego główną funkcją jest „Destroy any website now!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Website Destroyer

Pobierz pliki rozszerzeń Website Destroyer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Website Destroyer Website Destroyer
ID nnbklmljghpjjibbnialdmiogbjohlod
Oficjalny URL https://chromewebstore.google.com/detail/website-destroyer/nnbklmljghpjjibbnialdmiogbjohlod
Opis Destroy any website now!
Rozmiar pliku 778 KB
Liczba instalacji 20,000
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2023-09-21
Data Publikacji 2020-07-26
Ocena 3.89/5 Łącznie 44 Oceny
Deweloper Funny Apps & Games
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}