Enhanced Pause button for Youtube

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

What is Enhanced Pause button for Youtube?

Enhanced Pause button for Youtube is a Chrome extension developed by HamsterApps, and its main feature is "Enjoy a smooth sound transition when you play/pause a video on Youtube!".

Extension Screenshots

screenshot

Download Enhanced Pause button for Youtube Extension CRX File

Download Enhanced Pause button for Youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Enhanced Pause button for Youtube Enhanced Pause button for Youtube
ID epiiefaaobpfnffjhohpnhfhomabfbie
Official URL https://chrome.google.com/webstore/detail/enhanced-pause-button-for/epiiefaaobpfnffjhohpnhfhomabfbie
Description Enjoy a smooth sound transition when you play/pause a video on Youtube!
File Size 351 KB
Installation Count 29
Current Version 0.6
Last Updated 2017-03-12
Publish Date 2017-03-12
Rating 1.00/5 Total 1 Ratings
Developer HamsterApps
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}