Wiggle
Make your screen wiggle!
What is Wiggle?
Wiggle is a Chrome extension developed by wictro, and its main feature is "Make your screen wiggle!".
Extension Screenshots
Download Wiggle Extension CRX File
Download Wiggle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Wiggle |
ID | ckplmbnbflgjohojekkanjffeoaaeodj |
Official URL | https://chromewebstore.google.com/detail/wiggle/ckplmbnbflgjohojekkanjffeoaaeodj |
Description | Make your screen wiggle! |
File Size | 7.76 KB |
Installation Count | 57 |
Current Version | 1.1 |
Last Updated | 2022-12-15 |
Publish Date | 2022-09-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | wictro |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.freeprivacypolicy.com/our-privacy-policy |
Supported Languages | 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" ] } |