Smuuvr

Smuuvr - For a Smoother UX

O que é Smuuvr?

Smuuvr é uma extensão do Chrome desenvolvida por https://smuuvr.com, e sua principal característica é "Smuuvr - For a Smoother UX".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Smuuvr

Baixe arquivos de extensão Smuuvr no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Smuuvr Smuuvr
ID emfncmdgioneiofbidgfafcekldnfbld
URL Oficial https://chromewebstore.google.com/detail/smuuvr/emfncmdgioneiofbidgfafcekldnfbld
Descrição Smuuvr - For a Smoother UX
Tamanho do Arquivo 675 KB
Contagem de Instalações 2,366
Versão Atual 1.15.5
Última Atualização 2022-12-30
Data de Publicação 2020-05-30
Classificação 4.35/5 Total de 20 Avaliações
Desenvolvedor https://smuuvr.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://smuuvr.com/
URL da Página de Ajuda https://smuuvr.com/forums/forum/support/?ref=chrmstr
Idiomas Suportados 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"
    }
}