Dizzy Web

Make your web dizzy :)

Apa itu Dizzy Web?

Dizzy Web adalah ekstensi Chrome yang dikembangkan oleh Bhupesh Singh, dan fitur utamanya adalah "Make your web dizzy :)".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Dizzy Web

Unduh file ekstensi Dizzy Web dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        💠 Turn your normal website into a funny dizzy website.

💠 In Dizzy mode, everything looks crooked

💠 Best suited for pranking your friend 😂

💠 Works with photos and videos too

💠 Easily turn On/Off the dizzy mode with a single switch

# Note: After installing the extension, reload any open tabs or the browser for the extension to work.                    

Informasi Dasar Ekstensi

Nama Dizzy Web Dizzy Web
ID hilkckflodfajjljklghmcefiodeglpi
URL Resmi https://chromewebstore.google.com/detail/dizzy-web/hilkckflodfajjljklghmcefiodeglpi
Deskripsi Make your web dizzy :)
Ukuran File 106 KB
Jumlah Instalasi 263
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2022-09-07
Tanggal Publikasi 2022-07-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Bhupesh Singh
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dizzy Web",
    "version": "0.0.2",
    "manifest_version": 3,
    "description": "Make your web dizzy :)",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo\/logo-16.png",
            "32": "\/images\/logo\/logo-32.png",
            "48": "\/images\/logo\/logo-48.png",
            "128": "\/images\/logo\/logo-128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo\/logo-16.png",
        "32": "\/images\/logo\/logo-32.png",
        "48": "\/images\/logo\/logo-48.png",
        "128": "\/images\/logo\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myScript.js"
            ],
            "all_frames": true
        }
    ],
    "options_page": "about.html",
    "web_accessible_resources": [
        {
            "resources": [
                "filters.xml"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}