Website Destroyer

Destroy any website now!

ما هو Website Destroyer؟

Website Destroyer هو إضافة Chrome تم تطويرها بواسطة Funny Apps & Games، والميزة الرئيسية لها هي "Destroy any website now!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Website Destroyer

قم بتنزيل ملفات الامتداد Website Destroyer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}