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”。
擴展截圖
下載Audible Listen History Tracker擴展crx文件
下載Audible Listen History Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | kjjljeambbdambioepdmdkoemkongepa |
官方網址 | 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 } ] } |