DeviantArt Shimeji - OLIVER
OLIVER plays on DeviantArt.
Что такое DeviantArt Shimeji - OLIVER?
DeviantArt Shimeji - OLIVER - это расширение Chrome, разработанное Jarno Le Conté, и его основная функция - "OLIVER plays on DeviantArt.".
Снимки экрана расширения
Скачать файл CRX расширения DeviantArt Shimeji - OLIVER
Скачайте файлы расширений DeviantArt Shimeji - OLIVER в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This little mascot of OLIVER will be released on deviantart, after which he starts to play and interact with your pages. CREDITS Shimeji Artist: FrazzledFlame http://frazzledflame.deviantart.com Icon Artist: TheShelberine http://theshelberine.deviantart.com Original Shimeji Software: Yuki Yamada of Group Finity http://www.group-finity.com/Shimeji/
Основная информация о расширении
Название | |
ID | aeiimknneoegbkngdlpbfkfnfocneggn |
Официальный URL | https://chrome.google.com/webstore/detail/deviantart-shimeji-oliver/aeiimknneoegbkngdlpbfkfnfocneggn |
Описание | OLIVER plays on DeviantArt. |
Размер файла | 146 KB |
Количество установок | 1,224 |
Текущая Версия | 0.6 |
Последнее Обновление | 2017-02-26 |
Дата публикации | 2017-02-26 |
Рейтинг | 3.61/5 Всего 36 оценок |
Разработчик | Jarno Le Conté |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://hckr-me.tumblr.com/shimeji |
URL страницы помощи | http://hckr-me.tumblr.com/shimeji |
URL страницы политики конфиденциальности | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DeviantArt Shimeji - OLIVER", "description": "OLIVER plays on DeviantArt.", "version": "0.6", "author": "Jarno Le Cont\u00e9", "manifest_version": 2, "icons": { "128": "icon-128.png" }, "browser_action": { "default_title": "OLIVER shimeji" }, "permissions": [ "storage" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "exclude_globs": [ "http:\/\/www.deviantart.com\/" ], "include_globs": [], "js": [ "deviantart-shimeji-oliver.user.js" ], "matches": [ "http:\/\/www.deviantart.com\/browse\/*", "http:\/\/*.deviantart.com\/art\/*", "http:\/\/*.deviantart.com\/", "http:\/\/*.deviantart.com\/gallery\/*", "http:\/\/*.deviantart.com\/favourites\/*", "http:\/\/*.deviantart.com\/journal\/*", "http:\/\/*.deviantart.com\/aboutus\/*", "http:\/\/*.deviantart.com\/blog\/*" ], "run_at": "document_end" } ] } |