Sortable Time in Audible Wishlist

Adds a time column to each page of the Audible Wishlist.

Was ist Sortable Time in Audible Wishlist?

Sortable Time in Audible Wishlist ist eine Chrome-Erweiterung, die von mikeserg entwickelt wurde, und ihr Hauptmerkmal ist "Adds a time column to each page of the Audible Wishlist.".

Erweiterungsscreenshots

screenshot

Sortable Time in Audible Wishlist-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sortable Time in Audible Wishlist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This sorts items in your Audible Wishlist one page at a time.


Updates
* 1.2.0 Added support for other countries. Sorting no longer fails when removed item is in list. Fixed https page issue.  
* 1.0.3 Fixed bug that caused unavailable items to cause sort to fail.                    

Grundlegende Informationen zur Erweiterung

Name Sortable Time in Audible Wishlist Sortable Time in Audible Wishlist
ID monpahacmfchkoipgjeaohfebbofdeio
Offizielle URL https://chromewebstore.google.com/detail/sortable-time-in-audible/monpahacmfchkoipgjeaohfebbofdeio
Beschreibung Adds a time column to each page of the Audible Wishlist.
Dateigröße 15.41 KB
Installationsanzahl 198
Aktuelle Version 1.2.0
Letztes Update 2017-10-05
Veröffentlichungsdatum 2017-10-05
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler mikeserg
Zahlungsart free
Erweiterungswebsite https://github.com/michaelsergio/Sortable-Time-in-Audible-Wishlist
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sortable Time in Audible Wishlist",
    "short_name": "audible sort",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Adds a time column to each page of the Audible Wishlist.",
    "author": "Michael Sergio ",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "audible.user.js"
            ],
            "matches": [
                "*:\/\/www.audible.com\/wl*",
                "*:\/\/www.audible.co.uk\/wl*",
                "*:\/\/www.audible.de\/wl*",
                "*:\/\/www.audible.fr\/wl*",
                "*:\/\/www.audible.com.au\/wl*",
                "*:\/\/www.audible.it\/wl*",
                "*:\/\/www.audible.co.jp\/wl*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/www.audible.com\/*",
        "*:\/\/www.audible.co.uk\/wl*",
        "*:\/\/www.audible.de\/wl*",
        "*:\/\/www.audible.fr\/wl*",
        "*:\/\/www.audible.com.au\/wl*",
        "*:\/\/www.audible.it\/wl*",
        "*:\/\/www.audible.co.jp\/wl*"
    ]
}