Nook
Nook is an extension that plays Animal Crossing hourly themes on the hour.
Nook क्या है?
Nook matlsn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Nook is an extension that plays Animal Crossing hourly themes on the hour."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Nook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" ] } |