Skip to content

Commit 9919236

Browse files
committed
enabled youtube widely (fixes reaching a video from navigation)
1 parent ad1951e commit 9919236

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

manifest.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "TubeSnake",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "Snake never had to leave YouTube",
66
"homepage_url": "https://n0vella.github.io",
77
"icons": {
@@ -13,15 +13,14 @@
1313
"content_scripts": [
1414
{
1515
"matches": [
16-
"https://www.youtube.com/watch?*",
17-
"https://www.youtube.com/embed/*",
16+
"https://www.youtube.com/*",
1817
"https://www.youtube-nocookie.com/*"
1918
],
2019
"js": [
2120
"dist/index.js"
2221
],
2322
"css": [
24-
"dist/style.css"
23+
"dist/tubesnake.css"
2524
],
2625
"all_frames": true
2726
}

0 commit comments

Comments
 (0)