Nyan

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

Was ist Nyan?

Nyan ist eine Chrome-Erweiterung, die von Adam Reed entwickelt wurde, und ihr Hauptmerkmal ist "Plays Nyan Cat in the background. The perfect way to annoy your friends.".

Erweiterungsscreenshots

screenshot

Nyan-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nyan-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Nyan Nyan
ID echkaidigfifkdfenhhknkohimnohbgh
Offizielle URL https://chromewebstore.google.com/detail/nyan/echkaidigfifkdfenhhknkohimnohbgh
Beschreibung Plays Nyan Cat in the background. The perfect way to annoy your friends.
Dateigröße 2.62 MB
Installationsanzahl 556
Aktuelle Version 0.1
Letztes Update 2016-03-22
Veröffentlichungsdatum 2016-03-21
Bewertung 2.58/5 Insgesamt 45 Bewertungen
Entwickler Adam Reed
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}