Audible Toggle Play

Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.

What is Audible Toggle Play?

Audible Toggle Play is a Chrome extension developed by Unknown, and its main feature is "Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.".

Download Audible Toggle Play Extension CRX File

Download Audible Toggle Play 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

                        Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.

It currently will only work with audible.com (not audible.co.uk, I'll fix it in the future)                    

Extension Basic Information

Name Audible Toggle Play Audible Toggle Play
ID gknafjoejingghhegbhlcdlchgdlahmh
Official URL https://chromewebstore.google.com/detail/audible-toggle-play/gknafjoejingghhegbhlcdlchgdlahmh
Description Simple play/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.
File Size 20.65 KB
Installation Count 189
Current Version 1.1
Last Updated 2017-10-30
Publish Date 2017-10-30
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "author": "Oyvind A Nilsen",
    "homepage_url": "http:\/\/oyvindnilsen.com",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "description": "Simple play\/pause hotkey (Alt+P) for Audible. This button allows to pause or resume current book independently of current tab.",
    "manifest_version": 2,
    "name": "Audible Toggle Play",
    "permissions": [
        "tabs",
        "http:\/\/www.audible.com\/*",
        "https:\/\/www.audible.com\/*",
        "http:\/\/www.audible.co.uk\/*",
        "https:\/\/www.audible.co.uk\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "toggle play\/pause"
        }
    }
}