Wiggle
Make your screen wiggle!
什么是Wiggle?
Wiggle是由wictro开发的Chrome扩展程序,该扩展的主要功能是“Make your screen wiggle!”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } |