Wiggle

Make your screen wiggle!

Wiggleとは何ですか?

Wiggleはwictroによって開発されたChromeの拡張機能で、その主な機能は「Make your screen wiggle!」です。

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

screenshot

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

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

拡張機能の使用方法

                        This simple extension can make things like text, images, videos, and buttons on a webpage "shake". This gives you a more fun experience while mindlessly scrolling through the web.                    

拡張機能の基本情報

名前 Wiggle Wiggle
ID ckplmbnbflgjohojekkanjffeoaaeodj
公式URL https://chromewebstore.google.com/detail/wiggle/ckplmbnbflgjohojekkanjffeoaaeodj
説明 Make your screen wiggle!
ファイルサイズ 7.76 KB
インストール数 57
現在のバージョン 1.1
最終更新日 2022-12-15
公開日 2022-09-13
評価 5.00/5 合計 1 レビュー
開発者 wictro
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/our-privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wiggle",
    "description": "Make your screen wiggle!",
    "version": "1.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "ui.html",
        "default_icon": {
            "128": "images\/wiggle128.png"
        }
    },
    "icons": {
        "128": "images\/wiggle128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ]
}