Inspect and view changes in Open University Video Downloader source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Open University Video Downloader",
"version": "1.0.2",
"description": "Download videos from any course enrolled in to watch it later offline.\nAll video rights reserved to The Open University Of Israel.",
"icons": {
"48": "icons/ouvd-48.png"
},
"permissions": [
"https://apiou.bynetcdn.com/",
"https://souvod.bynetcdn.com/"
],
"content_scripts": [
{
"matches": [
"https://opal.openu.ac.il/mod/ouilvideocollection/view.php*"
],
"js": [
"ouvd.js"
]
}
],
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "{348611f8-803b-4d1c-aa81-cb99457d7055}"
}
}
}