diff --git a/README.md b/README.md index be41924..532f016 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + # What it does @@ -11,7 +11,10 @@ skipButton.js can be installed through the [Chrome Webstore](), [Addons for Firefox]() or downloaded from the [releases page]() and installed manually. -It has two settings which can be accessed through its popup menu [2]: +When the extension is active, the red skip button will appear whenever there is a YouTube ad playing. +On other websites, ads can be skipped with the Manual Skip button in the extension popup menu. + +There are two settings which can be accessed through the popup: - *Auto Skip* causes YouTube ads to be skipped without requiring the skip button to be pressed - *Hide Banners* causes YouTube ad banners to be closed automatically @@ -19,4 +22,4 @@ The *Manual Skip* button attempts to skip any video currrently being played on t [1] | [2] :-------:|:-------: - | + | diff --git a/icon128.png b/icon128.png new file mode 100644 index 0000000..77dbf6e Binary files /dev/null and b/icon128.png differ diff --git a/images/header.svg b/images/banner.svg similarity index 100% rename from images/header.svg rename to images/banner.svg diff --git a/images/popup.png b/images/popup.png index a45bac1..d0e5098 100644 Binary files a/images/popup.png and b/images/popup.png differ diff --git a/images/skipbutton.png b/images/skipbutton.png index 0625289..502846a 100644 Binary files a/images/skipbutton.png and b/images/skipbutton.png differ