Pronunciation Audio Url Copier for Anki

Lets you quickly download pronunciation audio for Anki

What is Pronunciation Audio Url Copier for Anki?

Pronunciation Audio Url Copier for Anki is a Chrome extension developed by https://www.facebook.com/browservery, and its main feature is "Lets you quickly download pronunciation audio for Anki".

Extension Screenshots

screenshot

Download Pronunciation Audio Url Copier for Anki Extension CRX File

Download Pronunciation Audio Url Copier for Anki extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        List of supported websites: https://www.facebook.com/browservery-links/posts/116649207059700

For a better experience with this extension, I recommend you to use one of the apps that would allow you to "lock" the Anki "Add" window on top of the browser. Personally I use "Always On Top Maker" for Windows.
----------------------------------------------------------------
Permissions:
Read and change your data on a number of websites
Allows the extension to copy pronunciation audio link. All websites are dictionaries.
----------------------------------------------------------------
🖼️ Follow my Facebook page (more extensions): https://www.facebook.com/browservery                    

Extension Basic Information

Name Pronunciation Audio Url Copier for Anki Pronunciation Audio Url Copier for Anki
ID hljahmgmleahkgmmomjpllhgeangacld
Official URL https://chromewebstore.google.com/detail/pronunciation-audio-url-c/hljahmgmleahkgmmomjpllhgeangacld
Description Lets you quickly download pronunciation audio for Anki
File Size 19.11 KB
Installation Count 218
Current Version 0.9.1
Last Updated 2024-01-02
Publish Date 2019-09-10
Rating 5.00/5 Total 4 Ratings
Developer https://www.facebook.com/browservery
Email [email protected]
Payment Type free
Extension Website https://www.facebook.com/browservery
Help Page URL https://groups.google.com/g/browservery
Privacy Policy Page URL https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pronunciation Audio Url Copier for Anki",
    "description": "Lets you quickly download pronunciation audio for Anki",
    "version": "0.9.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/dictionary.cambridge.org\/*",
                "*:\/\/www.ldoceonline.com\/*",
                "*:\/\/www.oxfordlearnersdictionaries.com\/*",
                "*:\/\/www.merriam-webster.com\/*",
                "*:\/\/www.collinsdictionary.com\/*",
                "*:\/\/www.vocabulary.com\/*",
                "*:\/\/audio.vocab.com\/*",
                "*:\/\/jisho.org\/*"
            ],
            "js": [
                "x.js",
                "content_script.js"
            ],
            "css": [
                "content_script.css"
            ]
        }
    ]
}