YouGears - All in One Enhancements

Refine your Youtube™ Watching Experience with Equalizer, Cinematic Filters, Volume Boost and More

YouGears - All in One Enhancements là gì?

YouGears - All in One Enhancements là một tiện ích mở rộng Chrome được phát triển bởi https://sleepingdude.com, và tính năng chính của nó là "Refine your Youtube™ Watching Experience with Equalizer, Cinematic Filters, Volume Boost and More".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouGears - All in One Enhancements

Tải xuống các tệp mở rộng YouGears - All in One Enhancements dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        "YouGears - All in One Enhancements" improves your video watching experience online, by bringing such powerful tools as:
✔ Equalizer
✔ Video filters
✔ Volume Boost
✔ GIF maker and more

Refine your video watching experience! Easy to use and lightweight, it brings your day to day surfing to brand new level! You’ll never watch videos without it again!

For more more information about privacy policy, please visit:
https://sleepingdude.com/policy.html

YouTube™ is a trademark of Google™. This extension is not endorsed by Google™ or YouTube™.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouGears - All in One Enhancements YouGears - All in One Enhancements
ID fncgbdbkhdhdcfiohjnbdfebholmhnkh
URL Chính Thức https://chromewebstore.google.com/detail/yougears-all-in-one-enhan/fncgbdbkhdhdcfiohjnbdfebholmhnkh
Mô tả Refine your Youtube™ Watching Experience with Equalizer, Cinematic Filters, Volume Boost and More
Kích Thước Tệp 106 KB
Số Lần Cài Đặt 9,565
Phiên Bản Hiện Tại 0.0.13
Cập Nhật Lần Cuối 2023-08-04
Ngày Phát Hành 2020-05-24
Đánh Giá 4.68/5 Tổng số 90 Đánh Giá
Nhà Phát Triển https://sleepingdude.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sleepingdude.com/policy.html
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "YouGears",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "0.0.13",
    "author": "[email protected]",
    "icons": {
        "128": "128x128.png"
    },
    "browser_action": {
        "default_icon": "128x128.png",
        "default_title": "__MSG_extDefaultTitle__"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube-nocookie.com\/*"
            ],
            "css": [
                "content-script.css"
            ],
            "js": [
                "worker_proxy.js",
                "browser-polyfill.js",
                "content-script.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "*:\/\/www.youtube.com\/*",
        "*:\/\/youtube.com\/*",
        "*:\/\/*.youtube-nocookie.com\/*"
    ],
    "web_accessible_resources": [
        "worker_proxy.html",
        "gif-worker.js",
        "*.mp3",
        "*.wav",
        "*.png",
        "*.jpg",
        "*.gif"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "browser-polyfill.js",
            "background.js",
            "worker_proxy.js"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsr9CRU7zVKfjF2I0\/Dlt2v\/9Ct\/cXJ0ehU6e8E9hSiIAOzp50q3Fw2r0ypSnzfypPGtoStN+dMq6mqfxmkhgzcQqdFuJd1ZAEvUi2uy+6N0\/G6RjBBmstVy5lCAuL\/CacEkdPujwJqfjwi55SQhHKe\/eIcWqlEvuEC32K0CZ5JTn+5fw7QyPwPD5xajKk7Zi5tECMUSgiIetOaC1VvrKlvcBJBwskVg5Ec0P\/uAHBSqkotAsPUKCO7DD2bgbgHyKW9jUFMthHj0hsqV3eC7agaRKSnDOMndFkg\/ns9021ceGAdsAQSkAF+kCv3r35Uxs3fkrkLMsA+qBeOmqi3tJSwIDAQAB"
}