Dizzy Web

Make your web dizzy :)

Cos'è Dizzy Web?

Dizzy Web è un'estensione di Chrome sviluppata da Bhupesh Singh, e la sua funzione principale è "Make your web dizzy :)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dizzy Web

Scarica i file di estensione Dizzy Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Dizzy Web Dizzy Web
ID hilkckflodfajjljklghmcefiodeglpi
URL Ufficiale https://chromewebstore.google.com/detail/dizzy-web/hilkckflodfajjljklghmcefiodeglpi
Descrizione Make your web dizzy :)
Dimensione del File 106 KB
Conteggio Installazioni 263
Versione Corrente 0.0.2
Ultimo Aggiornamento 2022-09-07
Data di Pubblicazione 2022-07-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Bhupesh Singh
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}