Sortable Time in Audible Wishlist

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

Qu'est-ce que Sortable Time in Audible Wishlist ?

Sortable Time in Audible Wishlist est une extension Chrome développée par mikeserg, et sa fonction principale est "Adds a time column to each page of the Audible Wishlist.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sortable Time in Audible Wishlist

Téléchargez les fichiers d'extension Sortable Time in Audible Wishlist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Sortable Time in Audible Wishlist Sortable Time in Audible Wishlist
ID monpahacmfchkoipgjeaohfebbofdeio
URL Officiel https://chromewebstore.google.com/detail/sortable-time-in-audible/monpahacmfchkoipgjeaohfebbofdeio
Description Adds a time column to each page of the Audible Wishlist.
Taille du Fichier 15.41 KB
Nombre d'Installations 198
Version Actuelle 1.2.0
Dernière Mise à Jour 2017-10-05
Date de Publication 2017-10-05
Évaluation 3.67/5 Total 3 Évaluations
Développeur mikeserg
Type de Paiement free
Site Web de l'Extension https://github.com/michaelsergio/Sortable-Time-in-Audible-Wishlist
Langues Prises en Charge 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*"
    ]
}