diff --git a/README.md b/README.md index dd1bf8b4..6e8b1ae2 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,23 @@ Create a profile named ``test`` in Firefox in the ``about:profiles`` page. Then To run the extension in chrome you can just load the ``dist`` folder as an unpacked extension. But every time you modify the code you have to reload the extension. I primarily just develop in firefox and then copy the code into chrome and replace ``browser`` with ``chrome`` in the code. +## Test the Extension + +Table of test cases for each feature. S=season, E=episode of the show. + +| Feature | Netflix | Prime Video | Disney+ & Hotstar | +| --- | --- | --- | --- | +| Intro | ✅ brooklyn nine nine S1E4| ✅ lucifer S3E4| ✅ star wars andor S1E2 | +| Recaps | ✅ Outer Banks S2E1| ✅lucifer S3E3 | ✅ Criminal Minds S1E2| +| Credits | ✅ | ✅ | ✅ | +| Ads | ✅ | ✅ Grimm | ❌ | +| Add Speed Slider | ✅ | ✅ | ✅ | +| Play on Fullscreen | ✅ | ✅ | ✅ | +| Skip Self Ads | ❌ | ✅ | ❌ | +| Paid Content | ❌ | ✅ | ❌ | +| Inactivity Warning | ✅ | ❌ | ❌ | +| Auto pick last profile | ✅ | ❌ | ❌ | + ## Disclaimer Netflix, Amazon Prime video and Disney+ are trademarks and the author of this addon is not affiliated with these companies.