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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |