mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-22 02:18:45 -04:00
Update github links, bump version
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Video Speed Controller",
|
||||
"short_name": "videospeed",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.6.1",
|
||||
"manifest_version": 2,
|
||||
"description": "Speed up, slow down, advance and rewind any HTML5 video with quick shortcuts.",
|
||||
"homepage_url": "https://github.com/codebicycle/videospeed",
|
||||
|
4
popup.js
4
popup.js
@@ -4,10 +4,10 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
});
|
||||
|
||||
document.querySelector('#about').addEventListener('click', function() {
|
||||
window.open("https://github.com/igrigorik/videospeed");
|
||||
window.open("https://github.com/codebicycle/videospeed");
|
||||
});
|
||||
|
||||
document.querySelector('#feedback').addEventListener('click', function() {
|
||||
window.open("https://github.com/igrigorik/videospeed/issues");
|
||||
window.open("https://github.com/codebicycle/videospeed/issues");
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user