Nyan
Plays Nyan Cat in the background. The perfect way to annoy your friends.
Что такое Nyan?
Nyan - это расширение Chrome, разработанное Adam Reed, и его основная функция - "Plays Nyan Cat in the background. The perfect way to annoy your friends.".
Снимки экрана расширения
Скачать файл CRX расширения Nyan
Скачайте файлы расширений Nyan в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Plays the classic and ridiculously annoying 'Nyan Cat' over and over and over and over again...
If a friend has left you alone with their PC, get this extension added to Chrome and wind your mate up. They won't find any trace of a video or a pause button. The only way to stop it is to quit Chrome, or shut down the computer completely.
Install if you dare! Be prepared to lose friends. Основная информация о расширении
| Название | |
| ID | echkaidigfifkdfenhhknkohimnohbgh |
| Официальный URL | https://chromewebstore.google.com/detail/nyan/echkaidigfifkdfenhhknkohimnohbgh |
| Описание | Plays Nyan Cat in the background. The perfect way to annoy your friends. |
| Размер файла | 2.62 MB |
| Количество установок | 556 |
| Текущая Версия | 0.1 |
| Последнее Обновление | 2016-03-22 |
| Дата публикации | 2016-03-21 |
| Рейтинг | 2.58/5 Всего 45 оценок |
| Разработчик | Adam Reed |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Nyan",
"version": "0.1",
"manifest_version": 2,
"description": "Plays Nyan Cat in the background. The perfect way to annoy your friends.",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "nyan-icon.png"
}
} | |