No description
  • JavaScript 100%
Find a file
2026-01-21 21:24:59 -05:00
src firefox 2026-01-21 21:22:40 -05:00
.gitlab-ci.yml Update .gitlab-ci.yml 2026-01-21 21:24:59 -05:00
background.js firefox 2026-01-21 21:22:40 -05:00
icon.png add icon 2025-12-14 20:24:22 -05:00
manifest.json add icon 2025-12-14 20:24:22 -05:00
README.md Initial commit 2025-12-14 20:20:08 -05:00

Audible ID Copier

A Chrome extension that extracts and copies audiobook IDs from Audible links.

What it does

Adds a "Copy Audible ID" option to the right-click context menu when hovering over links on Audible. Clicking it extracts the ASIN/product ID from the URL and copies it to your clipboard.

Where it works

  • audible.com
  • All regional Audible domains (audible.co.uk, audible.de, etc.)

Supported URL formats

  • /pd/Book-Title/B002V5CT3S extracts B002V5CT3S
  • URLs with ?asin= query parameter

Installation

  1. Go to chrome://extensions/
  2. Enable Developer mode
  3. Click Load unpacked
  4. Select the extension folder

Usage

  1. Visit any Audible page
  2. Right-click on an audiobook link
  3. Select "Copy Audible ID"
  4. The ID is now in your clipboard