Dizzy Web

Make your web dizzy :)

What is Dizzy Web?

Dizzy Web is a Chrome extension developed by Bhupesh Singh, and its main feature is "Make your web dizzy :)".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Dizzy Web Extension CRX File

Download Dizzy Web 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

                        💠 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.                    

Extension Basic Information

Name Dizzy Web Dizzy Web
ID hilkckflodfajjljklghmcefiodeglpi
Official URL https://chromewebstore.google.com/detail/dizzy-web/hilkckflodfajjljklghmcefiodeglpi
Description Make your web dizzy :)
File Size 106 KB
Installation Count 263
Current Version 0.0.2
Last Updated 2022-09-07
Publish Date 2022-07-12
Rating 5.00/5 Total 1 Ratings
Developer Bhupesh Singh
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}