Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Memrise Audio Uploader", "author": "cardinalby", "description": "Uploads audio for words in your course", "version": "1.4.2", "icons": { "128": "images\/mainIcon128.png" }, "background": { "scripts": [ "js\/compatibility.js", "js\/messages.js", "js\/background\/textToSpeech\/googleTranslate.js", "js\/background\/background.js" ] }, "content_scripts": [ { "js": [ "js\/compatibility.js", "js\/3rdParty\/jquery-3.6.0.min.js", "js\/content\/memriseCourse.js", "js\/content\/memriseCourseWordRow.js", "js\/messages.js", "js\/content\/uploadManager.js", "js\/content\/textToSpeech\/languages.js", "js\/content\/autoUploadBtn.js" ], "matches": [ "https:\/\/app.memrise.com\/course\/*\/edit\/*", "https:\/\/app.memrise.com\/course\/*\/edit\/database\/*", "https:\/\/community-courses.memrise.com\/course\/*\/edit\/*", "https:\/\/community-courses.memrise.com\/course\/*\/edit\/database\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "js\/content\/pageInjectedScript.js" ], "permissions": [ "https:\/\/app.memrise.com\/*", "https:\/\/community-courses.memrise.com\/*", "https:\/\/translate.google.com\/*" ] }