Stan UX
Removes the miserable horizontal scrolling UX on the Stan website.
What is Stan UX?
Stan UX is a Chrome extension developed by https://rocketapps.com.au, and its main feature is "Removes the miserable horizontal scrolling UX on the Stan website.".
Extension Screenshots
Download Stan UX Extension CRX File
Download Stan UX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Removes the miserable horizontal scrolling UX on the Stan website. Consequently also significantly improves performance.
Extension Basic Information
Name | |
ID | ceejhihcghdihjgopfkkcmbgalbpjaih |
Official URL | https://chromewebstore.google.com/detail/stan-ux/ceejhihcghdihjgopfkkcmbgalbpjaih |
Description | Removes the miserable horizontal scrolling UX on the Stan website. |
File Size | 14.17 KB |
Installation Count | 401 |
Current Version | 0.4 |
Last Updated | 2019-06-08 |
Publish Date | 2019-06-07 |
Rating | 3.75/5 Total 8 Ratings |
Developer | https://rocketapps.com.au |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "author": "Michael Ott", "browser_action": { "default_icon": "icon.png", "default_popup": "share.html" }, "content_scripts": [ { "css": [ "css\/stan-ux.css" ], "matches": [ "http:\/\/www.stan.com.au\/*", "https:\/\/www.stan.com.au\/*", "https:\/\/play.stan.com.au\/*" ] } ], "description": "Removes the miserable horizontal scrolling UX on the Stan website.", "homepage_url": "http:\/\/michaelott.id.au", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoOAJRALHtWEEAKQuIh9vS0SNU5ouObhYanQ3ZXIKf5d+6UWviWCh5znWDM1k4imbRZCBMo2Pt\/GlYm\/\/ltkqGfUD8wD8\/r6COLF+w45g5TsJ+kBDhrwf46WnTD9XIxJqgoIyaSa2PmpguJ9u7uxaqjNs4Vr120O\/7zwdv0r8xWlU3ugO8RvoCpaqhpln2+W82YUmnBRNYauDavnydJJyUshgOJbCv0fhKCNZuh6nXtkpmc+8DwblRKh4gKNNJxvK7MJdAVlB731SmlP+eW6yizlQ7qSZyC+FOiDZMnAqtyZ7An+Dy62op3G6NwC26jNGAwF2Vf0\/OHdVbN03UvshtwIDAQAB", "manifest_version": 2, "name": "Stan UX", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.4" } |