Shimeji Editor
Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.
Co to jest Shimeji Editor?
Shimeji Editor to rozszerzenie Chrome opracowane przez Jarno Le Conté, a jego główną funkcją jest „Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Shimeji Editor
Pobierz pliki rozszerzeń Shimeji Editor 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
Little Shimeji buddies live in your browser and interact with webpages. You script their behaviour! Define how they should interact with elements on the site, by writing code or pasting scripts written by others. You can choose different characters or upload your own Shimeji artwork provided as spritesheet. Please share scripts and Shimejis, and have FUN! Visit our web page for more information: http://shimejis.xyz
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pinblffencpldaaojlplanileonnlmml |
Oficjalny URL | https://chrome.google.com/webstore/detail/shimeji-editor/pinblffencpldaaojlplanileonnlmml |
Opis | Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour. |
Rozmiar pliku | 2.39 MB |
Liczba instalacji | 18,188 |
Aktualna Wersja | 0.12 |
Ostatnia Aktualizacja | 2020-05-24 |
Data Publikacji | 2020-05-24 |
Ocena | 3.08/5 Łącznie 37 Oceny |
Deweloper | Jarno Le Conté |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://shimejis.xyz |
Adres URL Strony Pomocy | http://shimejis.xyz |
Adres URL Strony Polityki Prywatności | https://shimejis.xyz/documents/2023-04-22_Extension_Privacy_Statement.pdf |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shimeji Editor", "description": "Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.", "version": "0.12", "author": "Jarno Le Cont\u00e9", "manifest_version": 2, "icons": { "128": "icon-128.png" }, "permissions": [ "tabs", "storage", "unlimitedStorage", "*:\/\/*\/" ], "content_security_policy": "script-src 'self' 'sha256-aEeKSL7j+nrUdIrLloY6TV2\/Yx+HXp4rknVaTXwNWno=' 'sha256-7B6rTuXUsu9shBeECmDFH4h7RDsfogQ3kIonJnIL40o=' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_title": "Shimejis" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |