Dizzy Web

Make your web dizzy :)

Dizzy Webとは何ですか?

Dizzy WebはBhupesh Singhによって開発されたChromeの拡張機能で、その主な機能は「Make your web dizzy :)」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Dizzy Web拡張機能のCRXファイルをダウンロード

Dizzy Web拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Dizzy Web Dizzy Web
ID hilkckflodfajjljklghmcefiodeglpi
公式URL https://chromewebstore.google.com/detail/dizzy-web/hilkckflodfajjljklghmcefiodeglpi
説明 Make your web dizzy :)
ファイルサイズ 106 KB
インストール数 263
現在のバージョン 0.0.2
最終更新日 2022-09-07
公開日 2022-07-12
評価 5.00/5 合計 1 レビュー
開発者 Bhupesh Singh
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}