Audible Listen History Tracker

Keep track of your audible listen history

Audible Listen History Tracker란 무엇입니까?

Audible Listen History Tracker은(는) demoran23에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep track of your audible listen history"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Audible Listen History Tracker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Audible Listen History Tracker Audible Listen History Tracker
ID kjjljeambbdambioepdmdkoemkongepa
공식 URL https://chromewebstore.google.com/detail/audible-listen-history-tr/kjjljeambbdambioepdmdkoemkongepa
설명 Keep track of your audible listen history
파일 크기 517 KB
설치 횟수 170
현재 버전 1.0
최근 업데이트 2022-12-27
출시 날짜 2022-12-26
개발자 demoran23
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/demoran23/AudibleListenHistoryTracker/issues
지원되는 언어 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
        }
    ]
}