{"id":49351566,"url":"https://github.com/nhas/tracker-extension","last_synced_at":"2026-04-27T10:03:37.114Z","repository":{"id":350341685,"uuid":"1206389873","full_name":"NHAS/tracker-extension","owner":"NHAS","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-09T22:45:27.000Z","size":146,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-10T00:26:07.944Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NHAS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-09T21:39:12.000Z","updated_at":"2026-04-09T22:45:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/NHAS/tracker-extension","commit_stats":null,"previous_names":["nhas/tracker-extension"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/NHAS/tracker-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHAS%2Ftracker-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHAS%2Ftracker-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHAS%2Ftracker-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHAS%2Ftracker-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NHAS","download_url":"https://codeload.github.com/NHAS/tracker-extension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHAS%2Ftracker-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32331306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-27T10:03:26.686Z","updated_at":"2026-04-27T10:03:37.099Z","avatar_url":"https://github.com/NHAS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YTMusic Grabber — Firefox Extension\n\nGrab the currently playing YouTube Music track and ship its video id to a local (or remote) yt-dlp HTTP wrapper.\n\n---\n\n## Install\n\n1. Open Firefox and go to `about:debugging#/runtime/this-firefox`\n2. Click **Load Temporary Add-on…**\n3. Select the `manifest.json` file inside this folder\n\nFor a permanent install, sign the extension via [Firefox Add-on Developer Hub](https://addons.mozilla.org/developers/).\n\nOr used the signed extension in `web-ext-artifacts` \n\n---\n\n\n## Building\n\n```sh\nweb-ext lint --self-hosted\nweb-ext build --overwrite-dest\n```\n\nThen uplaod to the mozilla extensions platform\n\n## Usage\n\nAs long as the extension is loaded an registered with a corrosponding `https://github.com/NHAS/ytdlp-api` service it will just run in the background recording songs every time you're on https://music.youtube.com. \n\n\nYou can open the extension and see if it is connected successifully to a service. \n\n![An image showing a working extension](images/connected.png)\n\nIf the service is down it will look like this:\n\n![Image showing extension attempting to connect](images/down.png)\n\n\n## Registration\n\nPlease see the server instructions for registration\n\nhttps://github.com/NHAS/ytdlp-api?tab=readme-ov-file#registration\n\n---\n\n## Settings\n\n| Field | Default | Description |\n|---|---|---|\n| HTTP POST URL | `http://localhost:8080/` | Where the `https://github.com/NHAS/ytdlp-api` root is |\n| API key | *(empty)* | Required api key for adding songs |\n\n---\n\n## POST body\n\n```json\n{\n  \"title\": \"Song Title\",\n  \"artist\": \"Artist Name\",\n  \"videoId\": \"VIDEO_ID\"\n}\n```\n\n---\n\n## Permissions used\n\n| Permission | Reason |\n|---|---|\n| `activeTab` | Read the current YTM tab to extract track info |\n| `storage` | Persist your service URL and settings |\n| `https://music.youtube.com/*` | Inject the content script |\n\nNo data is sent anywhere except the service URL you configure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhas%2Ftracker-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhas%2Ftracker-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhas%2Ftracker-extension/lists"}