Website Destroyer

Destroy any website now!

Website Destroyer क्या है?

Website Destroyer Funny Apps & Games द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Destroy any website now!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Website Destroyer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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