ReJez
ReJez is an extension forked from Nook, but plays Youtuber Jez's music instead
What is ReJez?
ReJez is a Chrome extension developed by Reeeon, and its main feature is "ReJez is an extension forked from Nook, but plays Youtuber Jez's music instead".
Extension Screenshots
Download ReJez Extension CRX File
Download ReJez 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
ReJez is an extension that plays Animal Crossing Fan Made music on the hour, all day, every day. Features the talented Youtuber Jez! ReJez is a fork from Nook, an extension that plays original Animal Crossing soudtracks Not affiliated with Nintendo
Extension Basic Information
Name | ReJez |
ID | fikagcpamaacnokpjiehiobodiggbnem |
Official URL | https://chromewebstore.google.com/detail/rejez/fikagcpamaacnokpjiehiobodiggbnem |
Description | ReJez is an extension forked from Nook, but plays Youtuber Jez's music instead |
File Size | 222 KB |
Installation Count | 17 |
Current Version | 0.3.3.1 |
Last Updated | 2020-11-29 |
Publish Date | 2020-11-29 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Reeeon |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ReJez", "description": "ReJez is an extension forked from Nook, but plays Youtuber Jez's music instead", "version": "0.3.3.1", "manifest_version": 2, "icons": { "128": "icons\/8OimgAE_128.png" }, "browser_action": { "default_title": "ReJez", "default_popup": "popup\/options.html" }, "background": { "scripts": [ "src\/howler.js", "src\/timehandler.js", "src\/options.js", "src\/actions.js" ], "persistent": true }, "permissions": [ "storage" ] } |