Sortable Time in Audible Wishlist

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

Cos'è Sortable Time in Audible Wishlist?

Sortable Time in Audible Wishlist è un'estensione di Chrome sviluppata da mikeserg, e la sua funzione principale è "Adds a time column to each page of the Audible Wishlist.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sortable Time in Audible Wishlist

Scarica i file di estensione Sortable Time in Audible Wishlist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sortable Time in Audible Wishlist Sortable Time in Audible Wishlist
ID monpahacmfchkoipgjeaohfebbofdeio
URL Ufficiale https://chromewebstore.google.com/detail/sortable-time-in-audible/monpahacmfchkoipgjeaohfebbofdeio
Descrizione Adds a time column to each page of the Audible Wishlist.
Dimensione del File 15.41 KB
Conteggio Installazioni 198
Versione Corrente 1.2.0
Ultimo Aggiornamento 2017-10-05
Data di Pubblicazione 2017-10-05
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore mikeserg
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/michaelsergio/Sortable-Time-in-Audible-Wishlist
Lingue Supportate 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*"
    ]
}