├── .gitignore ├── README.md ├── amazon.js ├── dispatch.js ├── icon_128.png ├── icon_16.png ├── icon_48.png ├── manifest.json ├── pause.png ├── promo-medium.png ├── promo.png ├── util.js ├── vimeo.js ├── youtube.js └── zip.sh /.gitignore: -------------------------------------------------------------------------------- 1 | html5ify.pem 2 | html5ify.zip 3 | html5ify.crx 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## html5ify 2 | 3 | A Chrome extension that aims to give you the best HTML5 experience possible. It 4 | particularly aims to remove the use of Flash media on websites when there is 5 | a better HTML5 version available. 6 | 7 | This extension is perfect if you have uninstalled Flash, like I did. 8 | 9 | Implemented so far: 10 | 11 | * Amazon.[de|com|co.uk] song previews are played in an HTML5 ```