Website Destroyer

Destroy any website now!

Website Destroyerとは何ですか?

Website DestroyerはFunny Apps & Gamesによって開発されたChromeの拡張機能で、その主な機能は「Destroy any website now!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Website Destroyer拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}