Learn Russian
An extension for Learn Russian Audio Player
What is Learn Russian?
Learn Russian is a Chrome extension developed by vuevuevueOsas, and its main feature is "An extension for Learn Russian Audio Player".
Extension Screenshots
Download Learn Russian Extension CRX File
Download Learn Russian 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
This is an extension for http://learnrussian.rt.com Learn Russian is a fantastic website, but the project was closed in 2012, and it cannot play audio on Google Chrome, so I build the extension to fix the issue. Learn Russian is back!
Extension Basic Information
Name | Learn Russian |
ID | elocieaeidgffghnmhmhcpeihphmimha |
Official URL | https://chromewebstore.google.com/detail/learn-russian/elocieaeidgffghnmhmhcpeihphmimha |
Description | An extension for Learn Russian Audio Player |
File Size | 22.88 KB |
Installation Count | 1,528 |
Current Version | 1.6 |
Last Updated | 2022-07-19 |
Publish Date | 2019-11-07 |
Rating | 4.40/5 Total 20 Ratings |
Developer | vuevuevueOsas |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Learn Russian", "description": "An extension for Learn Russian Audio Player", "version": "1.6", "action": { "default_title": "Click and go to Learn Russian" }, "permissions": [], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.learnrussian.rt.com\/*" ], "js": [ "js\/main.js", "js\/lessons.js" ] }, { "matches": [ "*:\/\/*.learnrussian.rt.com\/phonetics\/*" ], "js": [ "js\/phonetics.js" ] }, { "matches": [ "*:\/\/*.learnrussian.rt.com\/alphabet\/*" ], "js": [ "js\/alphabet.js" ] } ], "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "manifest_version": 3 } |