YouTube Progress Bar Hider

Lightweight extension to hide the YouTube progress bar and video duration.

YouTube Progress Bar Hiderとは何ですか?

YouTube Progress Bar HiderはLolo Réelによって開発されたChromeの拡張機能で、その主な機能は「Lightweight extension to hide the YouTube progress bar and video duration.」です。

拡張機能のスクリーンショット

screenshot

YouTube Progress Bar Hider拡張機能のCRXファイルをダウンロード

YouTube Progress Bar Hider拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        - No configuration
- No menu
- Lightweight (<10kb)                    

拡張機能の基本情報

名前 YouTube Progress Bar Hider YouTube Progress Bar Hider
ID oijcookiachipbcjfimdahgaacmmkpea
公式URL https://chromewebstore.google.com/detail/youtube-progress-bar-hide/oijcookiachipbcjfimdahgaacmmkpea
説明 Lightweight extension to hide the YouTube progress bar and video duration.
ファイルサイズ 11.01 KB
インストール数 133
現在のバージョン 1.0
最終更新日 2023-09-09
公開日 2020-09-20
評価 5.00/5 合計 1 レビュー
開発者 Lolo Réel
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "yth.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "YouTube Progress Bar Hider",
    "description": "Lightweight extension to hide the YouTube progress bar and video duration.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0"
}