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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}