Audible Listen History Tracker

Keep track of your audible listen history

O que é Audible Listen History Tracker?

Audible Listen History Tracker é uma extensão do Chrome desenvolvida por demoran23, e sua principal característica é "Keep track of your audible listen history".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Audible Listen History Tracker

Baixe arquivos de extensão Audible Listen History Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Audible only lets you see the past couple of months of your listening history on their website. 

This will check your history every day and keep track of it for you.

https://www.audible.com/account/listen-history will now display an infinity symbol, which will bring you to your extended history since starting to use the extension.

You can bring up the same page by clicking on the extension icon in your browser.                    

Informações Básicas da Extensão

Nome Audible Listen History Tracker Audible Listen History Tracker
ID kjjljeambbdambioepdmdkoemkongepa
URL Oficial https://chromewebstore.google.com/detail/audible-listen-history-tr/kjjljeambbdambioepdmdkoemkongepa
Descrição Keep track of your audible listen history
Tamanho do Arquivo 517 KB
Contagem de Instalações 170
Versão Atual 1.0
Última Atualização 2022-12-27
Data de Publicação 2022-12-26
Desenvolvedor demoran23
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/demoran23/AudibleListenHistoryTracker/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/audible.com-loader-f8ac0639.js"
            ],
            "matches": [
                "*:\/\/audible.com\/account\/listen-history*",
                "*:\/\/www.audible.com\/account\/listen-history*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "description": "Keep track of your audible listen history",
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "128": "favicon-32x32.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "manifest_version": 3,
    "name": "Audible Listen History Tracker",
    "version": "1.0",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/audible.com\/*",
                "*:\/\/www.audible.com\/*"
            ],
            "resources": [
                "assets\/Box-92f5c5de.js",
                "assets\/audible.com-66b7e846.js"
            ],
            "use_dynamic_url": true
        }
    ]
}