Nyan

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

Wat is Nyan?

Nyan is een Chrome-extensie ontwikkeld door Adam Reed, en de belangrijkste functie is "Plays Nyan Cat in the background. The perfect way to annoy your friends.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Nyan

Download Nyan-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Nyan Nyan
ID echkaidigfifkdfenhhknkohimnohbgh
Officiële URL https://chromewebstore.google.com/detail/nyan/echkaidigfifkdfenhhknkohimnohbgh
Beschrijving Plays Nyan Cat in the background. The perfect way to annoy your friends.
Bestandsgrootte 2.62 MB
Aantal Installaties 556
Huidige Versie 0.1
Laatst Bijgewerkt 2016-03-22
Publicatiedatum 2016-03-21
Beoordeling 2.58/5 Totaal 45 Beoordelingen
Ontwikkelaar Adam Reed
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}