Audible Control
Easily control the speed of your audible audiobook in the cloud player.
Audible Control क्या है?
Audible Control JWB inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily control the speed of your audible audiobook in the cloud player."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Audible Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Use Audible Control to easily control the playback speed of your favorite audiobooks on Audible. This extension simply adds buttons that allow you to control the speed from 0.5 (half the normal speed), to 4.5x (four and half times the normal speed of playback). This extension also keeps your desired speed per audiobook!. Currently this works for the following audible sites. http://www.audible.com http://www.audible.co.uk http://www.audible.ca http://www.audible.com.au http://www.audible.co.jp http://www.audible.fr If we are missing any sites - please let us know! Note: We are not affiliated or an official Audible extension. This extension was independently developed for use with Audible.
एक्सटेंशन की मूल जानकारी
नाम | Audible Control |
ID | glogljhklaiimlocpigpigckeipgekkm |
आधिकारिक URL | https://chromewebstore.google.com/detail/audible-control/glogljhklaiimlocpigpigckeipgekkm |
विवरण | Easily control the speed of your audible audiobook in the cloud player. |
फ़ाइल का आकार | 6.6 KB |
स्थापना संख्या | 2,080 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2020-04-08 |
प्रकाशन तिथि | 2020-04-08 |
रेटिंग | 4.38/5 कुल 13 रेटिंग्स |
डेवलपर | JWB inc |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Audible Control", "version": "0.2", "permissions": [ "storage" ], "description": "Easily control the speed of your audible audiobook in the cloud player.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.audible.co.uk\/webplayer*", "*:\/\/*.audible.com\/webplayer*", "*:\/\/*.audible.ca\/webplayer*", "*:\/\/*.audible.com.au\/webplayer*", "*:\/\/*.audible.co.jp\/webplayer*", "*:\/\/*.audible.fr\/webplayer*", "*:\/\/*.audible.de\/webplayer*", "*:\/\/*.audible.es\/webplayer*" ], "js": [ "audible_playbackrate.js" ], "run_at": "document_end", "all_frames": true } ] } |