Enhanced Pause button for Youtube

Enjoy a smooth sound transition when you play/pause a video on Youtube!

什么是Enhanced Pause button for Youtube?

Enhanced Pause button for Youtube是由HamsterApps开发的Chrome扩展程序,该扩展的主要功能是“Enjoy a smooth sound transition when you play/pause a video on Youtube!”。

扩展截图

screenshot

下载Enhanced Pause button for Youtube扩展crx文件

下载Enhanced Pause button for Youtube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Enjoy a smooth sound transition when you play/pause a video on Youtube!                    

扩展基本信息

名称 Enhanced Pause button for Youtube Enhanced Pause button for Youtube
ID epiiefaaobpfnffjhohpnhfhomabfbie
官方URL https://chrome.google.com/webstore/detail/enhanced-pause-button-for/epiiefaaobpfnffjhohpnhfhomabfbie
简介 Enjoy a smooth sound transition when you play/pause a video on Youtube!
文件大小 351 KB
安装次数 29
当前版本 0.6
更新时间 2017-03-12
上架时间 2017-03-12
评分 1.00/5 共1次评分
开发者 HamsterApps
电子邮箱 [email protected]
付费类型 free
支持的语言 en,fr
manifest.json
{
    "author": "Rapha\u00ebl L\u00e9ger",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.6",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/videoController.js"
            ]
        }
    ]
}