Website Destroyer

Destroy any website now!

Co je Website Destroyer?

Website Destroyer je rozšíření Chrome vyvinuté Funny Apps & Games, a jeho hlavní funkcí je „Destroy any website now!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Website Destroyer

Stáhněte si soubory rozšíření Website Destroyer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Website Destroyer Website Destroyer
ID nnbklmljghpjjibbnialdmiogbjohlod
Oficiální URL https://chromewebstore.google.com/detail/website-destroyer/nnbklmljghpjjibbnialdmiogbjohlod
Popis Destroy any website now!
Velikost souboru 778 KB
Počet instalací 20,000
Aktuální Verze 2.0
Poslední Aktualizace 2023-09-21
Datum Vydání 2020-07-26
Hodnocení 3.89/5 Celkem 44 Hodnocení
Vývojář Funny Apps & Games
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}