Dizzy Web

Make your web dizzy :)

Vad är Dizzy Web?

Dizzy Web är en Chrome-tillägg utvecklad av Bhupesh Singh, och dess huvudfunktion är "Make your web dizzy :)".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Dizzy Web-förlängningens CRX-fil

Ladda ner Dizzy Web-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Dizzy Web Dizzy Web
ID hilkckflodfajjljklghmcefiodeglpi
Officiell webbadress https://chromewebstore.google.com/detail/dizzy-web/hilkckflodfajjljklghmcefiodeglpi
Beskrivning Make your web dizzy :)
Filstorlek 106 KB
Antal Installationer 263
Aktuell Version 0.0.2
Senast Uppdaterad 2022-09-07
Publiceringsdatum 2022-07-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Bhupesh Singh
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}