Audible Listen History Tracker
Keep track of your audible listen history
Audible Listen History Tracker क्या है?
Audible Listen History Tracker demoran23 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep track of your audible listen history"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Audible Listen History Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } ] } |