Wiggle
Make your screen wiggle!
Vad är Wiggle?
Wiggle är en Chrome-tillägg utvecklad av wictro, och dess huvudfunktion är "Make your screen wiggle!".
Tilläggsskärmbilder
Ladda ner Wiggle-förlängningens CRX-fil
Ladda ner Wiggle-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | ckplmbnbflgjohojekkanjffeoaaeodj |
| Officiell webbadress | https://chromewebstore.google.com/detail/wiggle/ckplmbnbflgjohojekkanjffeoaaeodj |
| Beskrivning | Make your screen wiggle! |
| Filstorlek | 7.76 KB |
| Antal Installationer | 57 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2022-12-15 |
| Publiceringsdatum | 2022-09-13 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | wictro |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.freeprivacypolicy.com/our-privacy-policy |
| Stödda Språk | 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"
]
} | |