Another One
This is for when you're doing situps or pushups... another one
Что такое Another One?
Another One - это расширение Chrome, разработанное atanton, и его основная функция - "This is for when you're doing situps or pushups... another one".
Снимки экрана расширения
Скачать файл CRX расширения Another One
Скачайте файлы расширений Another One в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This useless chrome extension allows the user to open a new tab and hear the motivating command of DJ Khaled. Another One Основная информация о расширении
| Название | |
| ID | ffpbomldahncmnmmnadnjhngaiopolmk |
| Официальный URL | https://chromewebstore.google.com/detail/another-one/ffpbomldahncmnmmnadnjhngaiopolmk |
| Описание | This is for when you're doing situps or pushups... another one |
| Размер файла | 24.71 KB |
| Количество установок | 136 |
| Текущая Версия | 100.0 |
| Последнее Обновление | 2016-03-16 |
| Дата публикации | 2016-03-16 |
| Рейтинг | 5.00/5 Всего 4 оценок |
| Разработчик | atanton |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Another One",
"description": "This is for when you're doing situps or pushups... another one",
"version": "100.0",
"manifest_version": 2,
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
}
} | |