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 |
公式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 |
Eメール | [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 } ] } |