Nyan

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

Co je Nyan?

Nyan je rozšíření Chrome vyvinuté Adam Reed, a jeho hlavní funkcí je „Plays Nyan Cat in the background. The perfect way to annoy your friends.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Nyan

Stáhněte si soubory rozšíření Nyan ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Nyan Nyan
ID echkaidigfifkdfenhhknkohimnohbgh
Oficiální URL https://chromewebstore.google.com/detail/nyan/echkaidigfifkdfenhhknkohimnohbgh
Popis Plays Nyan Cat in the background. The perfect way to annoy your friends.
Velikost souboru 2.62 MB
Počet instalací 556
Aktuální Verze 0.1
Poslední Aktualizace 2016-03-22
Datum Vydání 2016-03-21
Hodnocení 2.58/5 Celkem 45 Hodnocení
Vývojář Adam Reed
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}