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
官方網址 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
電子郵箱 [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"
    ]
}