Nyan
Plays Nyan Cat in the background. The perfect way to annoy your friends.
Nyanとは何ですか?
NyanはAdam Reedによって開発されたChromeの拡張機能で、その主な機能は「Plays Nyan Cat in the background. The perfect way to annoy your friends.」です。
拡張機能のスクリーンショット
Nyan拡張機能のCRXファイルをダウンロード
Nyan拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Nyan |
ID | echkaidigfifkdfenhhknkohimnohbgh |
公式URL | https://chromewebstore.google.com/detail/nyan/echkaidigfifkdfenhhknkohimnohbgh |
説明 | Plays Nyan Cat in the background. The perfect way to annoy your friends. |
ファイルサイズ | 2.62 MB |
インストール数 | 556 |
現在のバージョン | 0.1 |
最終更新日 | 2016-03-22 |
公開日 | 2016-03-21 |
評価 | 2.58/5 合計 45 レビュー |
開発者 | Adam Reed |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |