diff --git a/README.md b/README.md index d3fc90b..3a6b744 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,22 @@ # NetFlex -NetFlex is a light chrome extension that remove movies chosen by you from Netflix browse page. +NetFlex is a light chrome extension that remove movies/tv-series chosen by you from Netflix browse page. -## NetFlex Popup +That's how you'll see you Netflix page: -**NetFlex** has a chrome extension popup with its features: - -screen shot 2016-09-10 at 9 37 21 pm +hidden-titles-1280x800 ## Choose titles to hide: Inside **NetFlex** popup there's a button `Actions`, click it and select the items you want to hide/show: -screen shot 2016-09-10 at 9 36 31 pm +popup-with-actions-1280x800 ## Hide/Show items: Inside **NetFlex** popup there's another button `Display`, click it to hide/show your list: -screen shot 2016-09-10 at 9 37 04 pm +popup-with-actions-and-display-1280x800 --- @@ -36,7 +34,7 @@ Click `Load unpacked extensions...` and find `netflex` cloned repo. This is how you should see: -screen shot 2016-09-10 at 9 59 49 pm +developer-mode ## Deployment @@ -51,4 +49,6 @@ cd ..; ./netflex/bin/compact.sh; ``` -And then upload the zip file. +And then upload the zip file into: [chrome-webstore][] + +[chrome-webstore]: https://chrome.google.com/webstore/developer/dashboard diff --git a/manifest.json b/manifest.json index 5392af7..88139ef 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "NetFlex", "description": "NetFlex is a light chrome extension that remove movies chosen by you from Netflix browse page", - "version": "0.3", + "version": "0.4", "icons": { "16": "images/icon_16.png", "48": "images/icon_48.png",