Sortable Time in Audible Wishlist

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

Hvad er Sortable Time in Audible Wishlist?

Sortable Time in Audible Wishlist er en Chrome-udvidelse udviklet af mikeserg, og dens hovedfunktion er "Adds a time column to each page of the Audible Wishlist.".

Udvidelsesskærmbilleder

screenshot

Download Sortable Time in Audible Wishlist-udvidelses-CRX-fil

Download Sortable Time in Audible Wishlist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Sortable Time in Audible Wishlist Sortable Time in Audible Wishlist
ID monpahacmfchkoipgjeaohfebbofdeio
Officiel URL https://chromewebstore.google.com/detail/sortable-time-in-audible/monpahacmfchkoipgjeaohfebbofdeio
Beskrivelse Adds a time column to each page of the Audible Wishlist.
Filstørrelse 15.41 KB
Antal Installationer 198
Nuværende Version 1.2.0
Senest Opdateret 2017-10-05
Udgivelsesdato 2017-10-05
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler mikeserg
Betalingsmetode free
Udvidelseswebsted https://github.com/michaelsergio/Sortable-Time-in-Audible-Wishlist
Understøttede Sprog 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*"
    ]
}