Nook
Nook is an extension that plays Animal Crossing hourly themes on the hour.
Nookとは何ですか?
Nookはmatlsnによって開発されたChromeの拡張機能で、その主な機能は「Nook is an extension that plays Animal Crossing hourly themes on the hour.」です。
拡張機能のスクリーンショット
Nook拡張機能のCRXファイルをダウンロード
Nook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Note: Per Chrome Manifest V3, I've created a Desktop version to replace this extension. Download: https://nook.camp Nook is a Chrome extension created for people who love to listen to Animal Crossing's hourly music all day, every day. Firefox edition: https://addons.mozilla.org/en-US/firefox/addon/nook/ This extension was inspired by the "Animal Crossing Music" extension. Since the development of that extension is now rather stagnant, I decided to create a new one. Nook seeks to improve upon previous extensions with similar functionality. Below is a list of some improvements. - Clean UI. - Options are in a popup window, allowing music to be adjusted on-the-fly. - Tiny extension size (below 100kb at the time of writing) - Tiny sound size (90% of hourly songs are under 1mb) - All sounds aren't downloaded at once, and Nook only downloads what it needs. - Rain sound effects. - Accessible.
拡張機能の基本情報
名前 | |
ID | gndfjlldkaonpbpdagdnpgobcbgcpdah |
公式URL | https://chrome.google.com/webstore/detail/nook/gndfjlldkaonpbpdagdnpgobcbgcpdah |
説明 | Nook is an extension that plays Animal Crossing hourly themes on the hour. |
ファイルサイズ | 134 KB |
インストール数 | 17,391 |
現在のバージョン | 0.0.4.1 |
最終更新日 | 2022-12-07 |
公開日 | 2020-06-03 |
評価 | 4.79/5 合計 247 レビュー |
開発者 | matlsn |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nook", "description": "Nook is an extension that plays Animal Crossing hourly themes on the hour.", "version": "0.0.4.1", "manifest_version": 2, "icons": { "128": "icons\/128.png" }, "browser_action": { "default_title": "Nook", "default_popup": "popup\/options.html" }, "background": { "scripts": [ "src\/howler.js", "src\/timehandler.js", "src\/options.js", "src\/actions.js" ], "persistent": true }, "permissions": [ "storage" ] } |