Shimeji Editor
Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.
Что такое Shimeji Editor?
Shimeji Editor - это расширение Chrome, разработанное Jarno Le Conté, и его основная функция - "Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour.".
Снимки экрана расширения
Скачать файл CRX расширения Shimeji Editor
Скачайте файлы расширений Shimeji Editor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
ID | pinblffencpldaaojlplanileonnlmml |
Официальный URL | https://chrome.google.com/webstore/detail/shimeji-editor/pinblffencpldaaojlplanileonnlmml |
Описание | Little Shimeji buddies live in your browser and interact with webpages. You choose characters and script their behaviour. |
Размер файла | 2.39 MB |
Количество установок | 18,188 |
Текущая Версия | 0.12 |
Последнее Обновление | 2020-05-24 |
Дата публикации | 2020-05-24 |
Рейтинг | 3.08/5 Всего 37 оценок |
Разработчик | Jarno Le Conté |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://shimejis.xyz |
URL страницы помощи | http://shimejis.xyz |
URL страницы политики конфиденциальности | https://shimejis.xyz/documents/2023-04-22_Extension_Privacy_Statement.pdf |
Поддерживаемые языки | 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" ] } } |