ToggleVideoProgressBars
Adds the ability to toggle visibility of progress bars etc for various video players! Supports YouTube, Netflix, Amazon, and Vimeo
ToggleVideoProgressBarsとは何ですか?
ToggleVideoProgressBarsはrossjgoslingによって開発されたChromeの拡張機能で、その主な機能は「Adds the ability to toggle visibility of progress bars etc for various video players! Supports YouTube, Netflix, Amazon, and Vimeo」です。
拡張機能のスクリーンショット
ToggleVideoProgressBars拡張機能のCRXファイルをダウンロード
ToggleVideoProgressBars拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Provides a context menu button, as well as a standard browser icon button, that when pressed toggles the visibility of progress bars and displayed time for various video players!
Supports YouTube, Netflix, Amazon, and Vimeo
Firefox Version: https://addons.mozilla.org/en-GB/firefox/addon/togglevideoprogressbars/                     拡張機能の基本情報
| 名前 |   |  
| ID | hmenobknlandacpmndhikkcijdkpaccm | 
| 公式URL | https://chromewebstore.google.com/detail/togglevideoprogressbars/hmenobknlandacpmndhikkcijdkpaccm | 
| 説明 | Adds the ability to toggle visibility of progress bars etc for various video players! Supports YouTube, Netflix, Amazon, and Vimeo | 
| ファイルサイズ | 14.85 KB | 
| インストール数 | 29 | 
| 現在のバージョン | 1.0.5 | 
| 最終更新日 | 2022-03-30 | 
| 公開日 | 2020-06-01 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | rossjgosling | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/RossGosling-Github/ToggleVideoProgressBars | 
| ヘルプページのURL | https://github.com/RossGosling-Github/ToggleVideoProgressBars/issues | 
| 対応言語 | en-GB | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ToggleVideoProgressBars",
    "version": "1.0.5",
    "description": "Adds the ability to toggle visibility of progress bars etc for various video players! Supports YouTube, Netflix, Amazon, and Vimeo",
    "icons": {
        "16": "icon\/main.png",
        "32": "icon\/main.png",
        "64": "icon\/main.png",
        "128": "icon\/main.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon\/visible.png"
        },
        "browser_style": true,
        "default_title": "ToggleVideoProgressBars Toggle"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "http*:\/\/*youtube.*",
                "http*:\/\/*youtu.be*",
                "http*:\/\/*netflix.*",
                "http*:\/\/*amazon.*",
                "http*:\/\/*vimeo.*"
            ],
            "js": [
                "src\/common.js",
                "src\/document.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "src\/common.js",
            "src\/background.js"
        ]
    },
    "web_accessible_resources": [
        "style\/*.css"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "  |  |