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