diff options
| author | Teddy Wing | 2014-12-27 01:51:49 -0500 | 
|---|---|---|
| committer | Teddy Wing | 2014-12-27 01:51:49 -0500 | 
| commit | f2fef3132531941a54781c755571734ee32e248c (patch) | |
| tree | 3af5c9741ae8eedc6ba40a08d2e194ef27d14729 | |
| parent | f1b33d22d89b3d55464f6fe864bb9cafbbf78c0f (diff) | |
| download | chrome-youtube-tooltipise-titles-0.0.3.tar.bz2 | |
Fixes an error in cases where pages had no '.load-more-text' element.
| -rw-r--r-- | manifest.json | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifest.json b/manifest.json index 73010bc..c682c81 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@  	"name": "YouTube Tooltipise Titles",  	"description": "Add title tooltips to video titles on YouTube so you can read them even after ellipsis truncation", -	"version": "0.0.2", +	"version": "0.0.3",  	"content_scripts": [  		{ | 
