Nyan
Plays Nyan Cat in the background. The perfect way to annoy your friends.
What is Nyan?
Nyan is a Chrome extension developed by Adam Reed, and its main feature is "Plays Nyan Cat in the background. The perfect way to annoy your friends.".
Extension Screenshots
Download Nyan Extension CRX File
Download Nyan extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Nyan |
ID | echkaidigfifkdfenhhknkohimnohbgh |
Official URL | https://chromewebstore.google.com/detail/nyan/echkaidigfifkdfenhhknkohimnohbgh |
Description | Plays Nyan Cat in the background. The perfect way to annoy your friends. |
File Size | 2.62 MB |
Installation Count | 556 |
Current Version | 0.1 |
Last Updated | 2016-03-22 |
Publish Date | 2016-03-21 |
Rating | 2.58/5 Total 45 Ratings |
Developer | Adam Reed |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |