gerben
/
youtubecinema
Browser extension to watch YouTube videos without the distracting cruft around it, in the full window.
Code
Issues
0
Pull Requests
0
Releases
4
Activity
Browse Source
Add extension icon
tags/v1.0
Gerben
7 years ago
parent
f642b19038
commit
e62c9e8827
5 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
img/icon19.png
BIN
img/icon38.png
BIN
img/icon48.png
BIN
img/icon96.png
+6
-0
manifest.json
BIN
img/icon19.png
View File
Before
After
Width:
19
| Height:
19
| Size:
564 B
BIN
img/icon38.png
View File
Before
After
Width:
38
| Height:
38
| Size:
988 B
BIN
img/icon48.png
View File
Before
After
Width:
48
| Height:
48
| Size:
1.2 KiB
BIN
img/icon96.png
View File
Before
After
Width:
96
| Height:
96
| Size:
2.3 KiB
+ 6
- 0
manifest.json
View File
@@ -9,6 +9,12 @@
"webRequest",
"webRequestBlocking"
],
"icons": {
"19": "img/icon19.png",
"38": "img/icon38.png",
"48": "img/icon48.png",
"96": "img/icon96.png"
},
"applications": {
"gecko": {"id": "youtubecinema@youtubecinema"}
},
Write
Preview
Loading…
Cancel
Save