Repeat after Forvo

Improve your pronunciation. Repeat after Forvo.

What is Repeat after Forvo?

Repeat after Forvo is a Chrome extension developed by sametcodes, and its main feature is "Improve your pronunciation. Repeat after Forvo.".

Extension Screenshots

screenshot

Download Repeat after Forvo Extension CRX File

Download Repeat after Forvo 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

                        raf is a browser extension. When you at forvo, there'll be a record/play button at the left corner. You can repeat on your own after listening other's pronunciation. Just click, bla bla and enjoy.                    

Extension Basic Information

Name Repeat after Forvo Repeat after Forvo
ID kgapeombihhilifgpicpjhdpoigcigca
Official URL https://chromewebstore.google.com/detail/repeat-after-forvo/kgapeombihhilifgpicpjhdpoigcigca
Description Improve your pronunciation. Repeat after Forvo.
File Size 14.87 KB
Installation Count 31
Current Version 1.1
Last Updated 2019-05-16
Publish Date 2019-05-16
Developer sametcodes
Email [email protected]
Payment Type free
Extension Website https://github.com/selmansamet/repeat-after-forvo
Supported Languages tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Repeat after Forvo",
    "version": "1.1",
    "description": "Improve your pronunciation. Repeat after Forvo.",
    "icons": {
        "64": "icons\/icon-64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/forvo.com\/word\/*",
                "*:\/\/*.forvo.com\/word\/*"
            ],
            "js": [
                "raf.js"
            ]
        }
    ]
}