mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
Replace chrome.extension.sendMessage with chrome.runtime.sendMessage
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// chrome.extension.sendMessage({}, function(response) {
|
chrome.runtime.sendMessage({}, function(response) {
|
||||||
var tc = {
|
var tc = {
|
||||||
settings: {
|
settings: {
|
||||||
speed: 1.0, // default 1x
|
speed: 1.0, // default 1x
|
||||||
@@ -364,4 +364,4 @@
|
|||||||
animation = false;
|
animation = false;
|
||||||
}, 2000);
|
}, 2000);
|
||||||
}
|
}
|
||||||
// });
|
});
|
||||||
|
Reference in New Issue
Block a user