website breaker

Don't like a webpage, destroy it!

What is website breaker?

website breaker is a Chrome extension developed by imiwonder9, and its main feature is "Don't like a webpage, destroy it!".

Extension Screenshots

screenshot
screenshot

Download website breaker Extension CRX File

Download website breaker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        website breaker destroy any website you want by tearing them to pieces.                    

Extension Basic Information

Name website breaker website breaker
ID kehlflmgfbkjncaoogcangeeejhbgfnm
Official URL https://chromewebstore.google.com/detail/website-breaker/kehlflmgfbkjncaoogcangeeejhbgfnm
Description Don't like a webpage, destroy it!
File Size 81.17 KB
Installation Count 195
Current Version 0.0.0.2
Last Updated 2022-05-18
Publish Date 2022-05-16
Developer imiwonder9
Email [email protected]
Payment Type free
Help Page URL https://github.com/Behemoth11/website-breaker
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "website breaker",
    "description": "Don't like a webpage, destroy it!",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.bundle.js"
            ]
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "action": {
        "scripts": [
            "popup.js"
        ],
        "default_title": "Break the web page",
        "default_popup": "popup.html"
    }
}