Nyan

Plays Nyan Cat in the background. The perfect way to annoy your friends.

什么是Nyan?

Nyan是由Adam Reed开发的Chrome扩展程序,该扩展的主要功能是“Plays Nyan Cat in the background. The perfect way to annoy your friends.”。

扩展截图

screenshot

下载Nyan扩展crx文件

下载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.                    

扩展基本信息

名称 Nyan Nyan
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"
    }
}