FloatFrame

YouTubeの動画を固定するやつ

Wat is FloatFrame?

FloatFrame is een Chrome-extensie ontwikkeld door https://null.style, en de belangrijkste functie is "YouTubeの動画を固定するやつ".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FloatFrame

Download FloatFrame-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ◆どんな機能?
YouTubeの動画を見ながらコメント欄を読むことができます。
動画を上の方に固定して浮かせ、スクロールしても動かなくなります。

◆使い方
サイト左上のボタンをクリックするとオン/オフの切り替えが可能です。

◆既知の不具合
アスペクト比が特殊な動画において、映像の上下や左右が欠けることがあります。その際は機能をオフにしてください。

◆他の機能
YouTube用の自作拡張まとめ
https://null.style/app

◆不具合を見つけたら
作者Twitter(@nulltypo)までご連絡お願いします。レビューには回答できません。

◆免責事項
このChrome拡張によりいかなる損失や損害などが発生しても責任を負いかねます。ご了承ください。                    

Basisinformatie over de Extensie

Naam FloatFrame FloatFrame
ID hnfbpmkmckmecjkdglgbjgkcdldhbiob
Officiële URL https://chromewebstore.google.com/detail/floatframe/hnfbpmkmckmecjkdglgbjgkcdldhbiob
Beschrijving YouTubeの動画を固定するやつ
Bestandsgrootte 42.84 KB
Aantal Installaties 4,805
Huidige Versie 1.2.1
Laatst Bijgewerkt 2023-08-25
Publicatiedatum 2020-05-08
Beoordeling 4.36/5 Totaal 14 Beoordelingen
Ontwikkelaar https://null.style
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://null.style
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FloatFrame",
    "version": "1.2.1",
    "author": "@nulltypo",
    "manifest_version": 3,
    "description": "YouTube\u306e\u52d5\u753b\u3092\u56fa\u5b9a\u3059\u308b\u3084\u3064",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ff-off.png",
                "ff-on.png"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "ff.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ]
}