Smuuvr

Smuuvr - For a Smoother UX

What is Smuuvr?

Smuuvr is a Chrome extension developed by https://smuuvr.com, and its main feature is "Smuuvr - For a Smoother UX".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Smuuvr Extension CRX File

Download Smuuvr 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

                        Make using websites a better experience with Smuuvr!

Smuuvr improves the UX (user experience) for popular websites, with features made to enhance specific websites like YouTube, Google, Instagram, Trello, WP Admin, and many more, adding features and tools to automatically identify or hide premium content, auto-hide ads, widen pages for wide screen viewing, force dark-mode on any site,  rotate or size videos, and more!  

For a more complete list of websites that Smuuvr can enhance with special add-on features, visit our website https://Smuuvr.com.

Once enabled, use the Smuuvr toolbar on the right side of your browser by mousing over it or touching it.  It will slide out with a list of buttons containing awesome additional features- like the ability to rotate videos or media at any 45 or 90 degree angle, make videos wider or taller, show only the video, loop video parts, play/pause or skip ahead in videos, auto-scroll thumbnails, make UIs nicer, and other things that you wouldn't normally be able to! 

Use Smuuvr for productivity when it's enhancing WP Admin with alphabetized navigation and search features, or Trello with the ability to minimize and auto-fade columns for better focus and less clutter.

This extension is best on desktop or laptop, but is also compatible on mobile Phone, Tablet, or other any extension-enabled Chrome-based browser, like Kiwi Browser for Android!

People often say, if you do not see a product for sale on a digital product, then you ARE the product, usually referring to the fact that large apps sell user data to advertisers.  Well, NOT in this case.  Smuuvr does NOT collect any data about our users, sells NO data to anyone, and is probably one of the few pieces of software these days that is truly freeware- offering free functionality with no expectations or data collection and no premium offers.  We do NOT know WHO uses Smuuvr is nor what sites they visit with our plugin - completely anonymous!  We value and respect our users anonymity.  Google Chrome Store tells us how many users TOTAL use the add-on, but that's it!  We do not track anyone by cookie or any other means to reveal data or sell your data to advertisers. Smuuvr is 100% safe and free with no data collection, and you can use it safely without worry.

If you find an unwanted interaction of Smuuvr with any webpage, it may be a glitch or a bug.  We have not tested every single website in the world, so there's always possibilities for unwanted interactions.  If this happens, please report the bug or glitch via our support Forum (free), and we will update with a fix as soon as possible.

You may also request new features on our website, and if they're possible and not too difficult, we'll add them to our plugin for free!  So if you see a site you know could be improved with some small feature or adjustment, let us know and we'll add it to our list.

To support our project, you may check our website for more ways to contribute at Smuuvr.com

Please be sure to leave a review if you enjoy this plugin, or suggest new features on our website's forums.  

Thank You for using Smuuvr!                    

Extension Basic Information

Name Smuuvr Smuuvr
ID emfncmdgioneiofbidgfafcekldnfbld
Official URL https://chromewebstore.google.com/detail/smuuvr/emfncmdgioneiofbidgfafcekldnfbld
Description Smuuvr - For a Smoother UX
File Size 675 KB
Installation Count 2,366
Current Version 1.15.5
Last Updated 2022-12-30
Publish Date 2020-05-30
Rating 4.35/5 Total 20 Ratings
Developer https://smuuvr.com
Email [email protected]
Payment Type free
Extension Website https://smuuvr.com/
Help Page URL https://smuuvr.com/forums/forum/support/?ref=chrmstr
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smuuvr",
    "version": "1.15.5",
    "description": "Smuuvr - For a Smoother UX",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.min.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "content.js",
        "style.css",
        "fonts\/*",
        "*.css"
    ],
    "options_ui": {
        "page": "\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "images\/smuuvr_16.png",
        "32": "images\/smuuvr_32.png",
        "48": "images\/smuuvr_48.png",
        "128": "images\/smuuvr_128.png"
    }
}