YouGears - All in One Enhancements
Refine your Youtube™ Watching Experience with Equalizer, Cinematic Filters, Volume Boost and More
什麼是YouGears - All in One Enhancements?
YouGears - All in One Enhancements是由https://sleepingdude.com開發的Chrome擴展程式,該擴展的主要功能是“Refine your Youtube™ Watching Experience with Equalizer, Cinematic Filters, Volume Boost and More”。
擴展截圖
下載YouGears - All in One Enhancements擴展crx文件
下載YouGears - All in One Enhancements擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
"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™.
擴展基本資訊
名稱 | YouGears - All in One Enhancements |
ID | fncgbdbkhdhdcfiohjnbdfebholmhnkh |
官方網址 | https://chromewebstore.google.com/detail/yougears-all-in-one-enhan/fncgbdbkhdhdcfiohjnbdfebholmhnkh |
簡介 | Refine your Youtube™ Watching Experience with Equalizer, Cinematic Filters, Volume Boost and More |
檔案大小 | 106 KB |
安裝次數 | 9,565 |
目前版本 | 0.0.13 |
更新時間 | 2023-08-04 |
上架時間 | 2020-05-24 |
評分 | 4.68/5 共 90 次評分 |
開發者 | https://sleepingdude.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://sleepingdude.com/policy.html |
支援的語言 | 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" } |