Youtube float video
Youtube float video
Youtube float videoとは何ですか?
Youtube float videoはAnbarasanによって開発されたChromeの拡張機能で、その主な機能は「Youtube float video」です。
拡張機能のスクリーンショット
Youtube float video拡張機能のCRXファイルをダウンロード
Youtube float video拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Youtube float video inside page. While reading the comments in the youtube its usefull. This will enable video to float when you scolldown and read the comment sections. https://github.com/aanbarasan/youtube-float-video
拡張機能の基本情報
名前 | |
ID | fjjgmpijonncbnieadbodomjifcoknpf |
公式URL | https://chromewebstore.google.com/detail/youtube-float-video/fjjgmpijonncbnieadbodomjifcoknpf |
説明 | Youtube float video |
ファイルサイズ | 595 KB |
インストール数 | 138 |
現在のバージョン | 1.2.7 |
最終更新日 | 2023-02-18 |
公開日 | 2020-08-07 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | Anbarasan |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://anbarasanblog.blogspot.com/p/website-scripting-privacy-policy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube float video", "short_name": "Helper", "description": "Youtube float video", "version": "1.2.7", "icons": { "16": "image\/16_icon.png", "48": "image\/48_icon.png", "128": "image\/128_icon.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "commonFunction.js", "content-script.js" ] } ], "options_page": "options_page.html", "action": { "default_title": "Youtube float video" }, "background": { "service_worker": "background.js" }, "manifest_version": 3 } |