Smuuvr

Smuuvr - For a Smoother UX

Smuuvrとは何ですか?

Smuuvrはhttps://smuuvr.comによって開発されたChromeの拡張機能で、その主な機能は「Smuuvr - For a Smoother UX」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Smuuvr拡張機能のCRXファイルをダウンロード

Smuuvr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Smuuvr Smuuvr
ID emfncmdgioneiofbidgfafcekldnfbld
公式URL https://chromewebstore.google.com/detail/smuuvr/emfncmdgioneiofbidgfafcekldnfbld
説明 Smuuvr - For a Smoother UX
ファイルサイズ 675 KB
インストール数 2,366
現在のバージョン 1.15.5
最終更新日 2022-12-30
公開日 2020-05-30
評価 4.35/5 合計 20 レビュー
開発者 https://smuuvr.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://smuuvr.com/
ヘルプページのURL https://smuuvr.com/forums/forum/support/?ref=chrmstr
対応言語 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"
    }
}