Relaxation Plug-In
[Sit back, relax and enjoy the calming words of this guided meditation.]
Что такое Relaxation Plug-In?
Relaxation Plug-In - это расширение Chrome, разработанное jennyanagnos, и его основная функция - "[Sit back, relax and enjoy the calming words of this guided meditation.]".
Снимки экрана расширения
Скачать файл CRX расширения Relaxation Plug-In
Скачайте файлы расширений Relaxation Plug-In в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Sit back, relax, and enjoy the soothing words of this guided meditation take over your browser. Основная информация о расширении
| Название | |
| ID | jcfgjbfadlodaenbaphdadgijpkelkab |
| Официальный URL | https://chromewebstore.google.com/detail/relaxation-plug-in/jcfgjbfadlodaenbaphdadgijpkelkab |
| Описание | [Sit back, relax and enjoy the calming words of this guided meditation.] |
| Размер файла | 22.92 KB |
| Количество установок | 21 |
| Текущая Версия | 0.2 |
| Последнее Обновление | 2016-06-02 |
| Дата публикации | 2016-06-01 |
| Рейтинг | 1.00/5 Всего 1 оценок |
| Разработчик | jennyanagnos |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://cargocollective.com/relaxation-plug-in/Download |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Relaxation Plug-In",
"description": "[Sit back, relax and enjoy the calming words of this guided meditation.]",
"version": "0.2",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon48.png",
"default_title": "Relax a little"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |