Wiggle
Make your screen wiggle!
Co to jest Wiggle?
Wiggle to rozszerzenie Chrome opracowane przez wictro, a jego główną funkcją jest „Make your screen wiggle!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wiggle
Pobierz pliki rozszerzeń Wiggle w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Wiggle |
ID | ckplmbnbflgjohojekkanjffeoaaeodj |
Oficjalny URL | https://chromewebstore.google.com/detail/wiggle/ckplmbnbflgjohojekkanjffeoaaeodj |
Opis | Make your screen wiggle! |
Rozmiar pliku | 7.76 KB |
Liczba instalacji | 57 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2022-12-15 |
Data Publikacji | 2022-09-13 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | wictro |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.freeprivacypolicy.com/our-privacy-policy |
Obsługiwane Języki | 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" ] } |