Nyan

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

Cos'è Nyan?

Nyan è un'estensione di Chrome sviluppata da Adam Reed, e la sua funzione principale è "Plays Nyan Cat in the background. The perfect way to annoy your friends.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nyan

Scarica i file di estensione Nyan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Nyan Nyan
ID echkaidigfifkdfenhhknkohimnohbgh
URL Ufficiale https://chromewebstore.google.com/detail/nyan/echkaidigfifkdfenhhknkohimnohbgh
Descrizione Plays Nyan Cat in the background. The perfect way to annoy your friends.
Dimensione del File 2.62 MB
Conteggio Installazioni 556
Versione Corrente 0.1
Ultimo Aggiornamento 2016-03-22
Data di Pubblicazione 2016-03-21
Valutazione 2.58/5 Totale 45 Valutazioni
Sviluppatore Adam Reed
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}