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 | 
| 电子邮箱 | [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",
        "  |  |