New plugin: autoconfirm when paused

This commit is contained in:
TC
2020-03-13 23:06:07 +01:00
parent 9371a4827e
commit b855726973
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,12 @@
// Define global chrome object to be compliant with the extension code
global.chrome = {
runtime: {
getManifest: () => ({
version: 1
})
}
};
module.exports = () => {
require("YoutubeNonStop/autoconfirm.js");
};