OutsideBar
YouTubeの操作バーを画面外に出すやつ
What is OutsideBar?
OutsideBar is a Chrome extension developed by https://null.style, and its main feature is "YouTubeの操作バーを画面外に出すやつ".
Extension Screenshots
Download OutsideBar Extension CRX File
Download OutsideBar 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
◆どんな機能? YouTubeの再生ボタンなどを動画の外に表示します。 一時停止してじっくり見たい時やスクリーンショットを撮りたい時に邪魔なボタンや影が無くなります。 ◆注意事項 ※他のYouTube拡張機能とは競合して上手く動作しないことがあります。 ◆他の機能 YouTube用の自作拡張まとめ https://null.style/app ◆不具合を見つけたら 作者Twitter(@nulltypo)までご連絡お願いします。レビューには回答できません。 ◆免責事項 このChrome拡張によりいかなる損失や損害などが発生しても責任を負いかねます。ご了承ください。
Extension Basic Information
Name | OutsideBar |
ID | bkbgfdeahjoonelgflchidgfppdldfhc |
Official URL | https://chromewebstore.google.com/detail/outsidebar/bkbgfdeahjoonelgflchidgfppdldfhc |
Description | YouTubeの操作バーを画面外に出すやつ |
File Size | 41.36 KB |
Installation Count | 2,449 |
Current Version | 1.4.5 |
Last Updated | 2023-08-25 |
Publish Date | 2020-04-11 |
Rating | 4.00/5 Total 12 Ratings |
Developer | https://null.style |
[email protected] | |
Payment Type | free |
Extension Website | https://null.style |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OutsideBar", "version": "1.4.5", "author": "@nulltypo", "manifest_version": 3, "description": "YouTube\u306e\u64cd\u4f5c\u30d0\u30fc\u3092\u753b\u9762\u5916\u306b\u51fa\u3059\u3084\u3064", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "ob.js" ], "css": [ "style.css" ] } ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ] } |