Site Effects
Add awesome filters to websites.
Co to jest Site Effects?
Site Effects to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Add awesome filters to websites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Site Effects
Pobierz pliki rozszerzeń Site Effects 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
Site affects is a cool chrome extension that lets you make any site crazy and add to it awesome effects. For example you can blur, gray scale, invert, change hue and much more. Try combining effects, see what crazy thing you can create. Have fun (-;
Podstawowe informacje o rozszerzeniu
Nazwa | Site Effects |
ID | amdlkmlajndpeebikkpnkodjiepagkef |
Oficjalny URL | https://chromewebstore.google.com/detail/site-effects/amdlkmlajndpeebikkpnkodjiepagkef |
Opis | Add awesome filters to websites. |
Rozmiar pliku | 1.36 MB |
Liczba instalacji | 96 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-04-14 |
Data Publikacji | 2020-04-08 |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Effects", "version": "1.0", "manifest_version": 2, "description": "Add awesome filters to websites.", "browser_action": { "default_icon": "icon128.png", "default_title": "Add awesome filters to websites.", "default_popup": "extension.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "popup.js" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |