Skip to content

Commit 2f792ba

Browse files
committed
v1.0.1
1 parent d880462 commit 2f792ba

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

content-scripts.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ function videosDetection() {
168168

169169
activeElement = undefined;
170170

171+
is_autoplay = false;
172+
171173
ui.classList.add('frame-by-frame--hidden');
172174
}
173175
}

manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Frame By Frame",
44
"description": "Best Frame By Frame Tool. Works with all websites! Move your mouse cursor over video and use keyboard arrows to switch frames.",
5-
"version": "1.0",
5+
"version": "1.0.1",
66

77
"icons": {
88
"16": "icons/16.png",
@@ -26,7 +26,6 @@
2626
}],
2727

2828
"permissions": [
29-
"storage",
30-
"tabs"
29+
"storage"
3130
]
3231
}

0 commit comments

Comments
 (0)